simple_genetic 0.2.0

A crate to aid with genetic learning
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[dependencies.rand]
version = "0.8.5"

[lib]
crate-type = ["lib"]
name = "simple_genetic"
path = "src/lib.rs"

[package]
authors = ["ValpsZ"]
description = "A crate to aid with genetic learning"
edition = "2021"
homepage = "https://github.com/ValpsZ/simple_genetic"
license = "MIT"
name = "simple_genetic"
readme = "README.md"
repository = "https://github.com/ValpsZ/simple_genetic"
version = "0.2.0"