PRIMA: Optimization without Using Derivatives

버전 0.7.3 (8.91 MB) 작성자: Zaikun Zhang
PRIMA is a package for solving general nonlinear optimization problems without using derivatives.
다운로드 수: 189
업데이트 날짜: 2024/6/10
(More information is available at http://www.libprima.net ; in case of questions or requests, open an issue at the GitHub repository of PRIMA)
PRIMA is a package for solving general nonlinear optimization problems without requiring derivatives. It is the successor of PDFO.
PRIMA provides a MATLAB functions prima, which can automatically identify the type of your problem and then solve it by one of Powell's methods, namely COBYLA, UOBYQA, NEWUOA, BOBYQA, and LINCOA.
The prima function is designed to be compatible with the fmincon function available in the Optimization Toolbox of MATLAB. You can call prima in the same way as calling fmincon:
x = prima(fun, x0)
x = prima(fun, x0, A, b)
x = prima(fun, x0, A, b, Aeq, beq)
x = prima(fun, x0, A, b, Aeq, beq, lb, ub)
x = prima(fun, x0, A, b, Aeq, beq, lb, ub, nonlcon)
x = prima(fun, x0, A, b, Aeq, beq, lb, ub, nonlcon, options)
x = prima(problem) % PROBLEM is a structure defining the optimization problem
[x, fval] = prima(___)
[x, fval, exitflag, output] = prima(___)
In addition, prima can be called in some flexible ways that are not supported by fmincon. If your problem can be solved by fmincon without specifying the derivatives, then it can probably be better solved by prima; if your problem cannot be solved by fmincon, then try prima.
If you need help with the setup of MEX, see https://www.mathworks.com/matlabcentral/fileexchange/127968-setup_mex .
The "P" in the name stands for Powell, and "RIMA" is an acronym for "Reference Implementation with Modernization and Amelioration".
PRIMA is dedicated to the late Professor M. J. D. Powell FRS (1936--2015).

인용 양식

Z. Zhang, PRIMA: Reference Implementation for Powell's Methods with Modernization and Amelioration, available at https://github.com/libprima/prima, DOI: 10.5281/zenodo.8052655, 2023

MATLAB 릴리스 호환 정보
개발 환경: R2023a
R2018a 이상 릴리스와 호환
플랫폼 호환성
Windows macOS Linux

Community Treasure Hunt

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

Start Hunting!

benchmark/rescue_idz

benchmark/rescue_idz/archiva/230305

benchmark/rescue_idz/archiva/230305/norma

benchmark/rescue_idz/fortran/tests/testsuite

benchmark/rescue_idz/matlab/examples

benchmark/rescue_idz/matlab/interfaces

benchmark/rescue_idz/matlab/interfaces/+newuoa_mat

benchmark/rescue_idz/matlab/interfaces/+newuoa_mat/private

benchmark/rescue_idz/matlab/interfaces/private

benchmark/rescue_idz/matlab/setup_tools

benchmark/rescue_idz/matlab/tests

benchmark/rescue_idz/matlab/tests/private

benchmark/rescue_idz/norma

benchmark/rescue_idz/norma/fortran/tests/testsuite

benchmark/rescue_idz/norma/matlab/interfaces

benchmark/rescue_idz/norma/matlab/interfaces/+newuoa_norma_mat

benchmark/rescue_idz/norma/matlab/interfaces/+newuoa_norma_mat/private

benchmark/rescue_idz/norma/matlab/interfaces/private

benchmark/rescue_idz/norma/matlab/setup_tools

matlab/examples

matlab/interfaces

matlab/interfaces/+newuoa_mat

matlab/interfaces/+newuoa_mat/private

matlab/interfaces/private

matlab/setup_tools

matlab/tests

matlab/tests/private

python/profiles

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

버전 게시됨 릴리스 정보
0.7.3

Support Apple Silicon chips.

0.7.2.0

See release notes for this release on GitHub: https://github.com/libprima/prima/releases/tag/v0.7.2

0.7.1.0

See release notes for this release on GitHub: https://github.com/libprima/prima/releases/tag/v0.7.1

0.7.0.0

See release notes for this release on GitHub: https://github.com/libprima/prima/releases/tag/v0.7

0.6.2.0

See release notes for this release on GitHub: https://github.com/libprima/prima/releases/tag/v0.6.2

0.6.1

See release notes for this release on GitHub: https://github.com/libprima/prima/releases/tag/v0.6.1

0.6

See release notes for this release on GitHub: https://github.com/libprima/prima/releases/tag/v0.6

0.5.1.0

See release notes for this release on GitHub: https://github.com/libprima/prima/releases/tag/v0.5.1

0.5

See release notes for this release on GitHub: https://github.com/libprima/prima/releases/tag/v0.5

0.4.0.0

See release notes for this release on GitHub: https://github.com/libprima/prima/releases/tag/v0.4

0.3

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