Coding for X^2+2*X+1

13 visualizzazioni (ultimi 30 giorni)
Falguni Patel
Falguni Patel il 28 Set 2013
Risposto: Walter Roberson il 29 Set 2013
I want to maximize one variable mathematical equation x^2+2*X+1 using ga coding. so please help me to solve above equation. i have a population size is 4 number of bits=8 mutation rate=-0.5
  1 Commento
Matt J
Matt J il 28 Set 2013
Modificato: Matt J il 28 Set 2013
Help you with what part of it? You don't appear to have done anything yet.

Accedi per commentare.

Risposte (1)

Walter Roberson
Walter Roberson il 29 Set 2013
Code your ga routine to do nothing other than return. Once you have run ga(), throw away all of the results. Then take max() over your population; that will be the value for which X^2 +2*x + 1 is maximal.

Community Treasure Hunt

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

Start Hunting!

Translated by