how to control and access which variables are considerent at each iteration in ga optimization?
Show older comments
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
Answers (1)
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.
Categories
Find more on Get Started with Optimization Toolbox in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!