how to control and access which variables are considerent at each iteration in ga optimization?

Hello,
i am running a mixed integer general algorithm optimization problem with about 90 variables. I would like to control which of those variables are considered in each iteration. This is because I would like emphasize this small set of variables in the cost function such that their effect is more clear. The population and generation seems to be not what i am looking for. Anyone has any ideas? Mutation? Elite children? Much appreciated!
cheers, don

답변 (1개)

José-Luis
José-Luis 2014년 5월 5일
편집: José-Luis 2014년 5월 5일
I might be mistaken, but that's not how I would go about doing sensitivity analysis. It sounds to me that all you'd be achieving is crippling your optimization algorithm if you start messing with its internal state, unless you're quite certain about what you are doing.

댓글 수: 1

Hello José-Luis
and thank you for the answer. It would be sufficient for me just to know what variables are changed before the next iteration. I dont really know how the population list works in every iteration. I would be more interested to use this information in the fitness function...

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

카테고리

도움말 센터File Exchange에서 Get Started with Optimization Toolbox에 대해 자세히 알아보기

질문:

mb
2014년 5월 5일

댓글:

mb
2014년 5월 5일

Community Treasure Hunt

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

Start Hunting!

Translated by