85f2263e29
components of an evolutionary algorithm: -- Random Numbers -- Validation -- Floating- Point Chromosomes -- Roulette Wheels -- Organisms -- Fitness Landscapes -- Evocosms -- Fitness Scaling -- Migration -- Selecting Survivors -- Reproduction -- Mutation Operators WWW: http://www.coyotegulch.com/products/libevocosm/index.html PR: ports/101210 Submitted by: trasz <trasz at pin.if.uz.zgora.pl>
17 lines
398 B
Text
17 lines
398 B
Text
Evocosm is a set of classes that abstract the fundamental
|
|
components of an evolutionary algorithm:
|
|
|
|
-- Random Numbers
|
|
-- Validation
|
|
-- Floating- Point Chromosomes
|
|
-- Roulette Wheels
|
|
-- Organisms
|
|
-- Fitness Landscapes
|
|
-- Evocosms
|
|
-- Fitness Scaling
|
|
-- Migration
|
|
-- Selecting Survivors
|
|
-- Reproduction
|
|
-- Mutation Operators
|
|
|
|
WWW: http://www.coyotegulch.com/products/libevocosm/index.html
|