Mixed integer optimization problem
Ältere Kommentare anzeigen
I wish to examine cantileverVolume.m and cantileverConstraints.m to see how the fitness and constraint functions are implemented. Are the complete codes for these two files available? Where can I find them?
Are my following definitions and examples correct?
a) Integer number means numbers without decimal points eg. -3,-2,-1,0,1,2,3 etc
b) Real number is also called continuous number and is also called discrete number which means numbers with decimal points e.g -3.123, -2.123, 1.456, 2.456 etc
Akzeptierte Antwort
Weitere Antworten (1)
Alan Weiss
am 1 Nov. 2012
If you have a recent version of Global Optimization Toolbox, these files are in your distribution. Enter
edit cantileverConstraints
to see the file.
Alan Weiss
MATLAB mathematical toolbox documentation
1 Kommentar
Sata
am 6 Nov. 2012
Kategorien
Mehr zu Global or Multiple Starting Point Search finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!