Does genetic algorithm take a long time to find a solution?

2 views (last 30 days)
Hi all,
I am using the genetic algorithm to find the solution for 28 kinetic rates. The system consists of 14 ODEs and 9 time course data points. I use dde23 to solve the equations. It seems that GA is really slow. I set the display option as 'iter'. I did not get output after running my program overnight. This is the first time that I use GA optimization so that I am not sure if my case is usual. Any comment is appreciated. Thank you.
Wendy
  1 Comment
Star Strider
Star Strider on 20 Jun 2014
Did you change your code so the sum squared error is the value you are minimising, and not its inverse?

Sign in to comment.

Answers (0)

Community Treasure Hunt

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

Start Hunting!