Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ghostofgoes/evo-comp

Code and notes for the Evolutionary Computation course
https://github.com/ghostofgoes/evo-comp

algorithm cplusplus cpp evolutionary-algorithms evolutionary-computation

Last synced: 4 days ago
JSON representation

Code and notes for the Evolutionary Computation course

Awesome Lists containing this project

README

        

# Evolutionary Computation
Code and notes for Robert Heckendorn's excellent Evolutionary Computation course at the University of Idaho Fall 2016.

# A note on plagarism.

If you are currently in the class: DO NOT USE THIS CODE IN YOUR PROJECT. MIT License does not enable its use in a school assignment. Plagiarizing will get you suspended or expelled, I've seen it happen before. You're welcome to read it and fill gaps in understanding in C++, such as function calls and syntax, not the algorithms and logical structure of the program.

# License
Code and documentation copyright 2015-2018 Christopher Goes.
All code and documentation released under the MIT License.