Community Profile

photo

Leong Kit


Active since 2014

Followers: 0   Following: 0

Message

Statistics

Feeds

View by

Answered
How can I convert symbolic equation to fitness function which can be evaluated by genetic algorithm
The code are as follow: N = 24; X = sym('x',[2*N 1]); Y = X(1:N); W = 3.2516e-6.*Y.^3 - 0.0010074.*Y.^...

10 years ago | 0

Question


How can I convert symbolic equation to fitness function which can be evaluated by genetic algorithm
Hi, I have a symbolic equation and wish to convert to a function which can be evaluated by genetic algorithm (ga). I have tr...

10 years ago | 3 answers | 1

3

answers