| ga.m | The Genetic Algorithm |
| initializega.m | Initialization function for float and binary representation and used by ga.m |
| initializeoga.m | Initialization function for order-based representation. |
| simpleXover.m | Operator for the Algorithm Used by ga.m |
| heuristicXover.m | Operator for the Algorithm Used by ga.m |
| arithXover.m | Operator for the Algorithm Used by ga.m |
| cyclicXover | Operator for the Algorithm Used by ga.m |
| linerorderXover | Operator for the Algorithm Used by ga.m |
| orderbasedXover | Operator for the Algorithm Used by ga.m |
| partmapXover | Operator for the Algorithm Used by ga.m |
| singleptXover | Operator for the Algorithm Used by ga.m |
| uniformXover | Operator for the Algorithm Used by ga.m |
| binaryMutation.m | Operator for the Algorithm Used by ga.m |
| boundaryMutation.m | Operator for the Algorithm Used by ga.m |
| multiNonUnifMutation.m | Operator for the Algorithm Used by ga.m |
| nonUnifMutation.m | Operator for the Algorithm Used by ga.m |
| unifMutation.m | Operator for the Algorithm Used by ga.m |
| inversionMutation | Operator for the Algorithm Used by ga.m |
| adjswapMutation.m | Operator for the Algorithm Used by ga.m |
| shiftMutation.m | Operator for the Algorithm Used by ga.m |
| swapMutation.m | Operator for the Algorithm Used by ga.m |
| threeswapMutation.m | Operator for the Algorithm Used by ga.m |
| normGeomSelect.m | Selection function Used by ga.m |
| roulette.m | Selection function Used by ga.m |
| tournSelect.m | Selection function Used by ga.m |
| maxGenTerm.m | Termination function Used by ga.m |
| optMaxGenTerm.m | Termination function Used by ga.m |
| calcbits.m | Binary precision function used by ga.m |
| f2b.m | Float to Binary conversion used by ga.m |
| b2f.m | Binary to Float conversion used by ga.m |
| gademo1.m | Introductory demo of GAOT |
| gademo2.m | Multi-dimensional demo of GAOT |
| gademo3.m | Reference for GAOT |
| floatExample.m | Example using float representation |
| floatGradExample.m | Example exploring learning(Lamarckian and Baldwinian) |
| binaryExample.m | Example using binary representation |
| orderBasedExample.m | Example using order-based representation |
| gademo1eval1.m | Example eval function used by gademo1.m |
| coranaEval.m | Calculate Corana functions used by gademo2.m |
| coranaMin.m | Calculate negative of Corana used by gademo2.m |
| gaMichEval.m | Michalewicz 2-variable problem evaluation |
| gaZBGradEval.m | Michalewicz Evaluation Used for Learning example |
| gaZBGrad.m | Gradient used for SQP during learning |
| tspEval.m | Function used in orderBasedExample |