Changes between Version 4 and Version 5 of ES_TSP
- Timestamp:
- 03/13/08 12:31:35 (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ES_TSP
v4 v5 1 1 = (μ+λ)-Evolution Strategy (TSP) = 2 2 == Description == 3 This workbench demonstrates how to realize a simple (μ+λ)-ES. It is not an optimized and tuned workbench, but rather shows how to build an ES and apply it on a problem. 3 This workbench demonstrates how to realize a simple (μ+λ)-ES. It is not an optimized and tuned workbench, but rather shows how to build an ES and apply it on a problem.[[BR]] 4 4 For the TSP problem mutation strength adjustment is not used. 5 5 … … 15 15 16 16 == Implementation & Notes == 17 Works with r60 18 17 Works with r60[[BR]] 19 18 The workbench uses the ThreadParallelEngine and can make use of a multicore machine if lambda is increased. 20 19