Compare commits

..

No commits in common. "14afe9123242b5ab38ba8e8f64d1ba558cfdbd12" and "3cc08a4b2a848c8ab4ad548ddebb4c56a7d5e49f" have entirely different histories.

View file

@ -1,12 +1,12 @@
[package] [package]
name = "gemla" name = "gemla"
version = "0.1.3" version = "0.1.2"
authors = ["Jacob VanDomelen <Jacob.Vandome15@gmail.com>"] authors = ["Jacob VanDomelen <Jacob.Vandome15@gmail.com>"]
edition = "2018" edition = "2018"
license = "MIT" license = "MIT"
description = "Using evolutionary computation to generate machine learning algorithms" description = "Using evolutionary computation to generate machine learning algorithms"
homepage = "https://git.gloom.garden/tepichord/GEMLA.git" homepage = "https://github.com/vandomej/GEMLA"
repository = "https://git.gloom.garden/tepichord/GEMLA.git" repository = "https://github.com/vandomej/GEMLA"
documentation = "https://docs.rs/gemla/" documentation = "https://docs.rs/gemla/"
readme = "../README.md" readme = "../README.md"
keywords = ["genetic", "evolve", "machine", "learning", "algorithm"] keywords = ["genetic", "evolve", "machine", "learning", "algorithm"]