BCMO: Balancing Composite Motion Optimization
收藏NIAID Data Ecosystem2026-03-13 收录
下载链接:
https://data.mendeley.com/datasets/6gkfv2dznn
下载链接
链接失效反馈官方服务:
资源简介:
This Matlab package provides a less-parameter optimization algorithm based on concept of Balancing Composite Motion in classical mechanics. It is noted that this proposed algorithm is constructed without algorithm-specific parameters, the users can directly apply it to solve any unconstrained optimization problems without tuning special parameters. Some detailed definitions and instructions are also presented into the codes to help the users easily modify it for personal research and uses. More details about theoretical background can be found in [Thang Le-Duc, Quoc-Hung Nguyen, H. Nguyen-Xuan, Balancing Composite Motion Optimization, Information Sciences, in press, 2020 https://www.sciencedirect.com/science/article/pii/S0020025520300773]. We show below some necessary information of our BCMO package including
1. Structure of BCMO software package:
-Main.m: the main function for implementing BCMO to solve unconstrained optimization problems.
-OptimProblem.m: the function defining the objective function of unconstrained optimization problems.
-BCMO.m: the 100-line Matlab codes of BCMO solver.
2. How to solve unconstrained optimization problems by BCMO software package:
-Define the objective function in OptimProblem.m Define the necessary inputs (dimension, population size, maximum generation, bounds, etc.) in Main.m
-Run Main.m and wait until the optimization process done.
-Get output
An updated version can be found at https://github.com/ThangLe-duc/BCMO_Package/releases/tag/v1.1.
创建时间:
2021-11-05



