QuantConnect / Lean

Lean Algorithmic Trading Engine by QuantConnect (Python, C#)
https://lean.io
Apache License 2.0
9.48k stars 3.21k forks source link

Add c# SharpNEAT library #3579

Closed tactevo closed 5 years ago

tactevo commented 5 years ago

Library Request for:

SharpNeat - https://github.com/colgreen/sharpneat

In a nutshell, SharpNEAT provides an implementation of an Evolutionary Algorithm (EA) with the specific goal of evolving neural networks. The EA uses the evolutionary mechanisms of mutation, recombination and selection to search for neural networks with behaviour that satisfies some formally defined problem. Example problems might be how to control the limbs of a simple biped or quadruped to make it walk, how to control a rocket to maintain vertical flight, or finding a network that implements some desired digital logic (such as a multiplexer).

Potential Solution

Add the library.

Checklist

jaredbroad commented 5 years ago

Duplicate of #2843