Feeds
질문
Genetic algorithm plots penalty instead of Fitness
Im using the GA toolbox to solve an unconstrained problem.. however the genetic algorithm is producing the graph of penalty vs g...
6년 초과 전 | 답변 수: 1 | 0
1
답변질문
genetic algorithm Fitnesss and mean fitness convergence
Im using GA tool box my fitness function is f=f1+f2 where f1 and f2 are the outputs of a function called obj [f1,f2]=obj(x) ...
6년 초과 전 | 답변 수: 0 | 0
0
답변질문
Best member in each generation?
Im using the Genetic algorithm toolbox...How do i save the best member(set of design variables) in each generation (vector x)? I...
6년 초과 전 | 답변 수: 1 | 0
1
답변질문
Global variables in genetic algorithm
Im using ga toolbox with parallel computing .. I used a main code that uses global variables And calls the ga main code ... Howe...
6년 초과 전 | 답변 수: 0 | 0
0
답변질문
Can genetic algorithm be nested?
i want to have a code that does double optimization i want the ga to first assume a vector q of 1s and 0s, then for each membe...
6년 초과 전 | 답변 수: 1 | 0
1
답변질문
constraint violation in GA toolbox
my code is supposed to calculate the max fundmental with a mass constraint but also having a minimum fundumental freq of 15 hz. ...
6년 초과 전 | 답변 수: 0 | 0
