From: EPFL MTIBAA on 31 Mar 2010 09:40 I am working on minimizing a multiple function of variables using genetic algorithm (gamultiobj). My problem is how I can mix integer, real and binary number using the Multiobjective Genetic Toolbox Solver: gamultiobj. I know this link and just wonder I can mix them together! http://www.mathworks.com/products/global-optimization/description5.html Thank for helping, Fakher.
From: Rakesh Kumar on 31 Mar 2010 10:07 "EPFL MTIBAA" <fakher.mtibaa(a)epfl.ch> wrote in message <hovjc6$ore$1(a)fred.mathworks.com>... > I am working on minimizing a multiple function of variables using genetic algorithm (gamultiobj). > > My problem is how I can mix integer, real and binary number using the Multiobjective Genetic Toolbox Solver: gamultiobj. > > I know this link and just wonder I can mix them together! > > http://www.mathworks.com/products/global-optimization/description5.html > > Thank for helping, > > Fakher. Fakher, Unfortunately, there is no direct way to do that with gamultiobj solver. You can write your custom population creation, crossover, and mutation operators to work with integer, real, and binary numbers. Look in the doc for how to write custom population. Look at the demo section for one such example of integer population to get started and look at this example: http://www.mathworks.com/support/solutions/en/data/1-10PDHC/ Rakesh
From: EPFL MTIBAA on 8 Apr 2010 12:35 "Rakesh Kumar" <r.kumar_spamhole(a)mathworks.com> wrote in message <hovku8$k2b$1(a)fred.mathworks.com>... > "EPFL MTIBAA" <fakher.mtibaa(a)epfl.ch> wrote in message <hovjc6$ore$1(a)fred.mathworks.com>... > > I am working on minimizing a multiple function of variables using genetic algorithm (gamultiobj). > > > > My problem is how I can mix integer, real and binary number using the Multiobjective Genetic Toolbox Solver: gamultiobj. > > > > I know this link and just wonder I can mix them together! > > > > http://www.mathworks.com/products/global-optimization/description5.html > > > > Thank for helping, > > > > Fakher. > > Fakher, > Unfortunately, there is no direct way to do that with gamultiobj solver. You can write your custom population creation, crossover, and mutation operators to work with integer, real, and binary numbers. Look in the doc for how to write custom population. Look at the demo section for one such example of integer population to get started and look at this example: > http://www.mathworks.com/support/solutions/en/data/1-10PDHC/ > > Rakesh Thank you, Is it possible to use gamultiobj solver with only integer variable for constrained functions (with linear inequalities and equalities )? Fakher
|
Pages: 1 Prev: Deleting all rows but those specified. Next: How to load wma file in Matlab |