필터 지우기
필터 지우기

how to write CustomStartPointSet if local minimum points are known?

조회 수: 1 (최근 30일)
Nourhan Elsayed
Nourhan Elsayed 2020년 10월 7일
i am using solver of fmincon ,and i want to create ptmatrix of starting points to use multistart algorithm.
so i can apply the command
tpoints = CustomStartPointSet(ptmatrix)
if the exact local minimum points are known, say S1, S2, S3, whereas S1 = [x1, x2, x3, ....] and S2 = [x1, x2, x3, ...] and so on. my approach is taking a point that is close to S1 and define it as pt.1 which is [x1, x2, x3, ...] and define pt.2 pt.3 as well.
the question is, what is the mathematical relationship between S and pt. how i can defin that .
any reference for documentation is highly appreciated
Thanks in advance

답변 (0개)

카테고리

Help CenterFile Exchange에서 Nonlinear Optimization에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by