setting-up input variable in genetic algorithm
Afficher commentaires plus anciens
How can I set up an input variable in my ga that varies from 1 to 2 with steps of 0,1?
The results of my ga has too many significant digits after comma ( precisely 4).
Thank you
1 commentaire
Walter Roberson
le 17 Fév 2021
If you are seeing exactly 4 significant digits, chances are that you have
format short
in effect, and that you would see more digits if you used
format long g
Réponse acceptée
Plus de réponses (1)
Shiva Kalyan Diwakaruni
le 10 Fév 2021
0 votes
Hi,
You can try using optimoptions for genetic algorithm where you can many options for passing extra parameters either in form of variables or a user defined function.
please refer the below link for more information on optimoptions for ga function
below is the link to see how we can pass extra paramters for customization of ga function
hope it helps,
thanks
1 commentaire
Ful0
le 17 Fév 2021
Catégories
En savoir plus sur Genetic Algorithm dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!