Changes between Version 5 and Version 6 of UsersSamples
- Timestamp:
- 06/07/10 10:57:50 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
UsersSamples
v5 v6 8 8 * [#GPSR Genetic programming for symbolic regression]: A standard genetic programming algorithm to solve a symbolic regression problem (Boston Housing dataset) 9 9 * [#IslandGA Island Genetic Algorithm - TSP]: An island genetic algorithm which solves the "ch130" traveling salesman problem (imported from TSPLIB) 10 * [#LSKnapsack Local Search - Knapsack]: A local search algorithm that solves a randomly generated Knapsack problem 10 11 * [#SARastrigin Simulated Annealing - Rastrigin]: A simulated annealing algorithm that solves the 2-dimensional Rastrigin test function 12 * [#TSTSP Tabu Search - TSP]: A tabu search algorithm that solves the "ch130" TSP (imported from TSPLIB) 11 13 12 14 [=#ESGriewank] … … 70 72 ''A description will follow shortly'' 71 73 74 [=#IslandGA] 75 == Island Genentic Algorithm - TSP == 76 ''A description will follow shortly'' 77 78 [=#LSKnapsack] 79 == Local Search - Knapsack == 80 ''A description will follow shortly'' 81 72 82 [=#SARastrigin] 73 83 == Simulated Annealing - Rastrigin == 74 84 ''A description will follow shortly'' 75 85 76 [=# IslandGA]77 == Island Genentic Algorithm - TSP ==86 [=#TSTSP] 87 == Tabu Search - TSP == 78 88 ''A description will follow shortly''