mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
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>
18 lines
398 B
Plaintext
18 lines
398 B
Plaintext
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
|