필터 지우기
필터 지우기

Particle Swarm Optimization evaluates a point multiple times

조회 수: 1 (최근 30일)
Yigithan Mehmet Kose
Yigithan Mehmet Kose 2024년 1월 8일
편집: Torsten 2024년 1월 8일
Hello, I use particleswarm optimization with default options for 3 variables. I realized that the algorithm evaluates the function at a point (which lies at boundaries) several times. This didn't sound meaningful to me, is it normal or does it indicate a problem?
  댓글 수: 3
Yigithan Mehmet Kose
Yigithan Mehmet Kose 2024년 1월 8일
It has been about 10 hours and it did not converge yet. I realized this and wanted to ask
Torsten
Torsten 2024년 1월 8일
편집: Torsten 2024년 1월 8일
Did you try "conventional" optimizers first, e.g. "fmincon" ? Do they have problems with your case ?
Concerning your question: We don't know your problem and we don't know the solver you use. But even if we had this information: I think it's impossible to answer whether it's usual for the solver that the function is evaluated several times in some points. It would be inefficient, but who knows how the code works in detail ?

댓글을 달려면 로그인하십시오.

답변 (0개)

카테고리

Help CenterFile Exchange에서 Particle Swarm에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by