Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ghostofgoes/evo-comp
- Owner: GhostofGoes
- License: mit
- Created: 2016-08-26T20:30:32.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-04-24T01:15:13.000Z (almost 7 years ago)
- Last Synced: 2024-10-19T05:22:26.671Z (4 months ago)
- Topics: algorithm, cplusplus, cpp, evolutionary-algorithms, evolutionary-computation
- Language: C++
- Homepage:
- Size: 5.03 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.