Is there a Matlab genetic toolbox available?

Is there a Matlab genetic toolbox available?

Post by bil.. » Sat, 30 Jul 1994 12:50:40



Quote:>I am looking for genetic algorithms imlemented in Matlab. I have checked
>the FAQ and Mathworks archive site ( ftp.mathworks.com) but am unable to
>find anything. There exists a neural net and fuzzy toolboxes but no
>genetic toolbox. Any help is greatly appreciated.

The MathWorks ftp site, ftp.mathworks.com has some Matlab GA code in the
directory /pub/contrib/optim/genetic. It's a bunch of .m files that implement a
basic GA.

Good Luck,
Bill

|Bill Thompson           | Don't panic, it's only 0's and 1's.    |
|BBT Design              |                                        |

 
 
 

Is there a Matlab genetic toolbox available?

Post by Mark T. Lytw » Sat, 30 Jul 1994 05:18:48


I am looking for genetic algorithms imlemented in Matlab. I have checked
the FAQ and Mathworks archive site ( ftp.mathworks.com) but am unable to
find anything. There exists a neural net and fuzzy toolboxes but no
genetic toolbox. Any help is greatly appreciated.

-Mark


 
 
 

1. Help about the parameters used in GAOT (The Genetic Algorithm Optimization Toolbox for Matlab 5)

Hello,

I couldn't find the corresponding descriptions (for ex. mutation
probability) of the parameters
used in the examples of GAOT. Specifically i am interested in the
descirptions of the two options for
crossover operators and the three options for mutation operators !

I wrote the parameters whose descriptions are needed below .

Thanks.

-----------------
% Crossover Operators
xFns = 'arithXover heuristicXover simpleXover';
xOpts = [1 0; 1 3; 1 0];

% Mutation Operators
mFns = 'boundaryMutation multiNonUnifMutation nonUnifMutation unifMutation';

mOpts = [2 0 0;3 200 3;2 200 3;2 0 0];    // What are the descriptions of
these parameters ?

% Selection Function
selectFn = 'normGeomSelect';
selectOps = [0.08];

2. OLE ready for networks? (was: Microsoft muscling into standards (Was Re: Microsoft aims to dominate Internet access market))

3. Genetic Algorithms toolbox for Matlab

4. need fortune.dat and minix/diskparm.h

5. Windows logon screen

6. matlab fuzzy toolbox - FIS

7. About building CONSCIOUS COMPUTERS... (about

8. MATLAB Fuzzy Toolbox Warning Message

9. Fuzzy toolbox for Matlab

10. Matlab toolbox for pattern recognition

11. Matlab Fuzzy Logic Toolbox

12. Help - Matlab 4.2 fuzzy toolbox