Soldai Simple Genetic Algorithm
Project description
# Simple Genetic Algorithm This repo is a Simple Genetic Algorithm Implemented in python, if you are interested in this you can use it to make experiments about how the genetic algorithms work
## Classes Coin: Simple class which represents a loaded coin to make decissions using specific probabilities. It comes handy to make decissions about crossing and mutations in the individuals
Individual: Simple class representing an individual consisiting on a chromosome made of 1’s and 0’s
SGA: Simple Genetic Algorithm Class to make evolutionary systems
## Evolution Strategy This code implements a simple evolution strategy consisting of evaluation, selection, cross, mutation and replacement. It is executed usign the runGeneration method of the class
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file soldaiSGA-1.0.0.tar.gz.
File metadata
- Download URL: soldaiSGA-1.0.0.tar.gz
- Upload date:
- Size: 1.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.15.0 pkginfo/1.5.0.1 requests/2.19.1 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.23.4 CPython/3.5.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
757249459f62252cd0d72a5e01ca90873c663eb0f3c8961d86af0c57f1289e96
|
|
| MD5 |
42ab51d57f82c6f48161d47d13b89311
|
|
| BLAKE2b-256 |
66d9efc20b7c59bc8a26bb1581d80cb1817be7b96b1dad0e1f74c8d376b8f65c
|
File details
Details for the file soldaiSGA-1.0.0-py3-none-any.whl.
File metadata
- Download URL: soldaiSGA-1.0.0-py3-none-any.whl
- Upload date:
- Size: 2.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.15.0 pkginfo/1.5.0.1 requests/2.19.1 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.23.4 CPython/3.5.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2e16302e4ef297e40787f72b500574a19741321f8a7f78b9dc20069489e0cd86
|
|
| MD5 |
094aa4865e551b4ab0558fc6dd1ef46f
|
|
| BLAKE2b-256 |
f03be22315963529ff44a4db1b0244fc93db603a4ae2036b62cec492eb406594
|