watchmaker_vm 1.0.1

A Rust implementation of a virtual machine for use with genetic algorithms.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[dependencies.half]
version = "1.8.2"

[package]
authors = ["Thomas Bratt <thomas.bratt@gmail.com>"]
description = "A Rust implementation of a virtual machine for use with genetic algorithms."
edition = "2021"
homepage = "https://github.com/thomasbratt/watchmaker_vm"
keywords = ["algorithm", "evolution", "genetic", "virtualmachine"]
license = "MIT"
name = "watchmaker_vm"
readme = "README.md"
repository = "https://github.com/thomasbratt/watchmaker_vm"
version = "1.0.1"