Optimization with Probabilistic Constraint

조회 수: 13 (최근 30일)
soheil radfar
soheil radfar 2020년 4월 30일
답변: John D'Errico 2020년 4월 30일
Hi All,
I plan to solve an optimization problem using the genetic algorithm or fmincon. Nonlinear constraints are the probabilities of failure calculated by the Monte Carlo method. But I don't know how to define this constraints so that the optimization can be done properly.
Do you know a sample code, link, or document that model such constraints and explains how to implement it?
Thank you for guiding me.

답변 (1개)

John D'Errico
John D'Errico 2020년 4월 30일
You cannot use a tool like fmincon for this. It requires deterministic and differentiable constraints. For that matter, even GA probably prefers repeatability in the constraint and objective functions, that the constraint does not randomly change.
I suppose GA will likely survive it, returning something reasonable despite the fuzzy boundary. To try it with fmincon would be a complete waste of time though.
As for a link that shows how to do it, you are the only one I've ever seen who wants to do this.

카테고리

Help CenterFile Exchange에서 Genetic Algorithm에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by