global_optim_fittin​g_matlab

버전 1.0.0 (91.9 KB) 작성자: Thomas Guillod
MATLAB Toolbox for Global Fitting/Optimization
다운로드 수: 78
업데이트 날짜: 2022/11/9

MATLAB Toolbox for Global Fitting/Optimization

license - BSD language - MATLAB category - science status - maintained

This MATLAB toolbox can be used for the following problems:

  • finding global minimum of a function
  • fitting a function to a dataset

This toolbox is specially adapted to the following problems:

  • non-smooth error function
  • non-convex error function
  • computationally heavy error function
  • error function with local minima
  • error function with many input variables

This toolbox provides a common interface for different solvers:

  • gradient: fminunc / fmincon
  • simplex: fminsearch
  • surrogate: surrogateopt
  • evolutionary: particleswarm / ga
  • the aforementioned solvers can be combined

Customized error function:

  • custom weights for the dataset points
  • choice of the error metric (norm, average, percentile, etc.)
  • recover from undefined values
  • vectorized evaluation of the error function
  • parallel evaluation of the error function
  • caching of the error function

Advanced variable handling:

  • abstraction layer for the variables
  • initial values
  • scalar or vector variables
  • variable transformation (linear, quadratic, logarithmic, etc.)
  • variable normalization
  • constraints (lower and upper bounds)
  • sine transformation for handling constraints

Advanced monitoring capabilities:

  • compute various error metrics
  • compute solver figures of merit
  • plot/display the solver progress
  • plot/display the final results

Limitations

  • All the provided features have a computational cost.
  • Therefore, this library is mostly adapted to time-consuming error functions.
  • For simple error functions, the overhead is non-negligible.

Examples

Compatibility

  • Tested with MATLAB R2021a.
  • The gads_toolbox is required (for the MATLAB solvers).
  • The optimization_toolbox is required (for the MATLAB solvers).
  • The distrib_computing_toolbox is required (for parfor loops)
  • Compatibility with GNU Octave not tested but probably problematic.

Author

Thomas Guillod - GitHub Profile

License

This project is licensed under the BSD License, see LICENSE.md.

인용 양식

Thomas Guillod (2024). global_optim_fitting_matlab (https://github.com/otvam/global_optim_fitting_matlab), GitHub. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R2022a
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

GitHub 디폴트 브랜치를 사용하는 버전은 다운로드할 수 없음

버전 게시됨 릴리스 정보
1.0.0

이 GitHub 애드온의 문제를 보거나 보고하려면 GitHub 리포지토리로 가십시오.
이 GitHub 애드온의 문제를 보거나 보고하려면 GitHub 리포지토리로 가십시오.