What are the various native fitness functions that can be called in GA Optimization Toolbox?

3 views (last 30 days)
I have used
@rastriginsfcn
are there any other besides rastriginsfcn?

Accepted Answer

Alan Weiss
Alan Weiss on 30 Jun 2014
You can use any objective function from Optimization Toolbox or Global Optimization Toolbox. In particular,
  • expensive_objfun
  • objfun
  • onehump
  • ackleyfcn
  • cantileverVolume
  • dejong1fcn
  • dejong2fcn
  • dejong5fcn
  • lincontest2
  • lincontest6
  • lincontest7
  • ps_example
  • simple_fitness
  • simple_objective
Take a look at the featured examples for these and more.
Alan Weiss
MATLAB mathematical toolbox documentation

More Answers (0)

Community Treasure Hunt

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

Start Hunting!