gworld 0.1.0

A library to evolve genetic algorithms (beginner friendly to advanced) and reduce boilerplate setup.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[dependencies.lazy_static]
version = "1.4.0"

[dependencies.rand]
version = "0.8.4"

[package]
authors = ["rcekan"]
description = "A library to evolve genetic algorithms (beginner friendly to advanced) and reduce boilerplate setup."
edition = "2021"
keywords = ["genetic", "GA", "evolution", "evolutionary", "simulation"]
license = "Apache-2.0"
name = "gworld"
repository = "https://github.com/rcekan/gworld"
resolver = "2"
version = "0.1.0"