Restriction of upper and lower boundary values to single decimal place in GA.
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
Rajdeep Ghosh
il 31 Ago 2020
Commentato: Rajdeep Ghosh
il 4 Set 2020
Dear all
I am solving a problem using GA with lb=[1 1] ub=[2.5 2]. I want upper and lower boundary value only upto 1 decimal place in population.
Please help.
0 Commenti
Risposta accettata
Alan Weiss
il 1 Set 2020
You are free to use Mixed Integer ga Optimization and have your integer problem variables be ten times your real variables.
Alan Weiss
MATLAB mathematical toolbox documentation
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Genetic Algorithm in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!