Search alternatives:
structured » structural (Expand Search)
structures » structural (Expand Search)
Showing 1,781 - 1,800 results of 12,438 for search '(structured OR (structures OR structure)) programming', query time: 0.19s Refine Results
  1. 1781

    The Technological Bridge: R Programming’s Utility in Converting Social Media Data for Quantitative Financial Analysis by Litvinenko Alexey, Samuli Saarinen, Litvinenko Anna

    Published 2025-06-01
    “…With the aim to enhance the predictive power of traditional financial models using alternative data sources, the paper outlines comprehensive guidelines with specific technical steps, from scripting an API to extracting data from Reddit and X, through cleaning and tokenising to incorporating the data into regression models using R programming. The study addresses the growing need in financial economics to incorporate alternative data streams by offering a structured, replicable process for transforming high-volume, unstructured online content into statistically valid variables, thereby bridging the gap between qualitative market sentiment and quantitative modelling.…”
    Get full text
    Article
  2. 1782

    Impact of corporate social responsibility of integrated petroleum engineering enterprises on the performance of their activities by S. V. Frolova

    Published 2023-07-01
    “…The assessment carried out in the integrated structures of oil engineering enterprises can further form the basis for the formed program of measures to involve employees in innovative activity and increase the level of motivation and establishment of CSR policy in the integrated company.…”
    Get full text
    Article
  3. 1783

    Optimization of Broiler Chicken Harvest Scheduling using Integer Linear Programming: A Case Study by Danang Setiawan, Hilmi Akbar Wijaya

    Published 2025-06-01
    “…This paper presents a framework of structured decision-making for poultry farms to obtain the highest possible profit and minimize loss occurrence by utilizing an optimal harvesting schedule.…”
    Get full text
    Article
  4. 1784

    Penalized Intuitionistic Fuzzy Goal Programming Method for Solving Multi-Objective Decision-Making Problems by Demmelash Mollalign Moges, Berhanu Guta Wordofa, Allen Rangia Mushi

    Published 2025-04-01
    “…Therefore, in order to ensure the Pareto-optimality of the obtained solution, the suggested method has developed a new aggregation operator, an appropriate relaxation of the constraint set, and a well-structured extended Yager membership function. In addition, unlike other methods in the literature, the suggested method gives decision-makers the option to penalize the most unsatisfied objective function at a specific attained solution instead of starting from scratch and working their way through the problem. …”
    Get full text
    Article
  5. 1785

    Penalized Intuitionistic Fuzzy Goal Programming Method for Solving Multi-Objective Decision-Making Problems by Demmelash Mollalign Moges, Berhanu Guta Wordofa, Allen Rangia Mushi

    Published 2025-04-01
    “…Therefore, in order to ensure the Pareto-optimality of the obtained solution, the suggested method has developed a new aggregation operator, an appropriate relaxation of the constraint set, and a well-structured extended Yager membership function. In addition, unlike other methods in the literature, the suggested method gives decision-makers the option to penalize the most unsatisfied objective function at a specific attained solution instead of starting from scratch and working their way through the problem. …”
    Get full text
    Article
  6. 1786

    Multistage reliability-constrained stochastic planning of diamond distribution network: An approximate dynamic programming approach by Zhi Wu, Ao Li, Qirun Sun, Shu Zheng, Jingtao Zhao, Pengxiang Liu, Wei Gu

    Published 2024-02-01
    “…In order to solve the “curse of dimensionality” problem in multi-stage stochastic planning model, the approximate dynamic programming algorithm is used to solve it. The case study is based on the typical structure of the diamond distribution network and realistic data of an actual district in Shanghai, China. …”
    Get full text
    Article
  7. 1787

    TLS and immune cell profiling: immunomodulatory effects of immunochemotherapy on tumor microenvironment in resectable stage III NSCLC by Chaopin Yang, Chaopin Yang, Jinqi You, Jinqi You, Yizhi Wang, Yizhi Wang, Si Chen, Si Chen, Yan Tang, Yan Tang, Hao Chen, Hao Chen, Haoran Zhong, Ruyue Song, Hao Long, Hao Long, Tong Xiang, Ze-Rui Zhao, Ze-Rui Zhao, Jianchuan Xia, Jianchuan Xia

    Published 2024-12-01
    “…The complex interactions between immune cell subtypes and tertiary lymphoid structures (TLSs) within the tumor microenvironment (TME) may influence prognosis and the response to immunochemotherapy. …”
    Get full text
    Article
  8. 1788

    Evolutionary Search for Polynomial Lyapunov Functions: A Genetic Programming Method for Exponential Stability Certification by Roman Pykhnivskyi, Anton Ryzhov, Andrii Sobchuk, Yurii Kravchenko

    Published 2025-04-01
    “…The approach is based on genetic programming, a variant of genetic algorithms where the search space consists of hierarchical tree structures. …”
    Get full text
    Article
  9. 1789
  10. 1790
  11. 1791

    Multi-Area Sampling-Based Spatiotemporal Trajectory Planning for Autonomous Driving in Dynamic On-Road Scenarios by Shuhuan Ma, Zhiqiang Ning, Lixin Wei, Pengpeng Chai

    Published 2024-11-01
    “…Finally, the effectiveness of the proposed trajectory planning method is demonstrated in different overtaking scenarios of structured roads.…”
    Get full text
    Article
  12. 1792

    Multiobjective Genetic Programming Can Improve the Explanatory Capabilities of Mechanism-Based Models of Social Systems by Tuong M. Vu, Charlotte Buckley, Hao Bai, Alexandra Nielsen, Charlotte Probst, Alan Brennan, Paul Shuper, Mark Strong, Robin C. Purshouse

    Published 2020-01-01
    “…The framework exploits the implicit ontology of an existing human-built generative model to propose and test a plurality of new candidate model structures. Genetic programming is used to automate this search process. …”
    Get full text
    Article
  13. 1793

    Adaptive dynamic programming optimal tracking control of multi-UAVs based on zero-sum game by Shuaibin Guan, Xingjian Fu

    Published 2025-07-01
    “…To overcome the computational challenges of solving the HJI equation, a three-layer neural network structure comprising evaluation, execution, and disturbance networks is employed, integrated with the ADP algorithm to approximate the value function and optimize the control strategy iteratively. …”
    Get full text
    Article
  14. 1794

    Binary program taint analysis optimization method based on function summary by Pan YANG, Fei KANG, Hui SHU, Yuyao HUANG, Xiaoshao LYU

    Published 2023-04-01
    “…Taint analysis is a popular software analysis method, which has been widely used in the field of information security.Most of the existing binary program dynamic taint analysis frameworks use instruction-level instrumentation analysis methods, which usually generate huge performance overhead and reduce the program execution efficiency by several times or even dozens of times.This limits taint analysis technology’s wide usage in complex malicious samples and commercial software analysis.An optimization method of taint analysis based on function summary was proposed, to improve the efficiency of taint analysis, reduce the performance loss caused by instruction-level instrumentation analysis, and make taint analysis to be more widely used in software analysis.The taint analysis method based on function summary used function taint propagation rules instead of instruction taint propagation rules to reduce the number of data stream propagation analysis and effectively improve the efficiency of taint analysis.For function summary, the definition of function summary was proposed.And the summary generation algorithms of different function structures were studied.Inside the function, a path-sensitive analysis method was designed for acyclic structures.For cyclic structures, a finite iteration method was designed.Moreover, the two analysis methods were combined to solve the function summary generation of mixed structure functions.Based on this research, a general taint analysis framework called FSTaint was designed and implemented, consisting of a function summary generation module, a data flow recording module, and a taint analysis module.The efficiency of FSTaint was evaluated in the analysis of real APT malicious samples, where the taint analysis efficiency of FSTaint was found to be 7.75 times that of libdft, and the analysis efficiency was higher.In terms of accuracy, FSTaint has more accurate and complete propagation rules than libdft.…”
    Get full text
    Article
  15. 1795

    Integrating AI and Multi-objective Optimization for Enhanced Microgrid Energy Management Using Quadratic Programming by Agrawal Priyanka, Thethi H. Pal, Mohammad Q., Gupta Navya, Asha V., Reddy K. Jyothsna

    Published 2025-01-01
    “…The simulated machine learning possesses good generalisation capacity and an excellent learning structure. Managing batteries or auxiliary devices in order to maximise microgrid operating efficiency runs counter to the traditional optimisation laws. …”
    Get full text
    Article
  16. 1796

    Mixed-Integer Linear Programming Based Distribution Network Reconfiguration Model Considering Reliability Enhancement by Junpeng Zhu, Yi Zhou, Xiaofeng Dong, Li Zhou, Qiong Zhu, Yue Yuan

    Published 2025-01-01
    “…Accordingly, this paper proposes a reconfiguration method of distribution network considering the enhancement of reliability, which reconfigures the network structure both under normal operation conditions and outage scenarios, and considers factors such as power loss, load distribution and voltage quality considered in conventional reconfiguration methods. …”
    Get full text
    Article
  17. 1797

    Applicability of the adjusted morbidity groups algorithm for healthcare programming: results of a pilot study in Italy by Roberta Papa, Francesco Balducci, Giulia Franceschini, Marco Pompili, Marco De Marco, Josep Roca, Rubèn González-Colom, David Monterde

    Published 2024-10-01
    “…AMG algorithm was applied and descriptive analysis performed. A dashboard structure was developed to exploit the results of the tool. …”
    Get full text
    Article
  18. 1798
  19. 1799

    ON THE PROBLEMS OF BILEVEL OPTIMIZATION UNDER RCPLD CONSTRAINT QUALIFICATIONS by L. I. Minchenko, S. I. Sirotko

    Published 2019-12-01
    “…Multilevel optimization problems often arise in various applications (in economics, ecology, power engineering and other areas) when modeling complex systems with a hierarchical structure associated with independent actions of subsystems. …”
    Get full text
    Article
  20. 1800

    The Relationship between Foreign Direct Investments and EU Funding During the 2007–2013 Programming Period by Łukasz Cywiński

    Published 2018-12-01
    “…In contrast to analysis of previous programming periods, the results did not indicate that there was a statistically significant relationship between structural or cohesion funds and the stock of FDI. …”
    Get full text
    Article