Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/giacomelli/GeneticSharp
GeneticSharp is a fast, extensible, multi-platform and multithreading C# Genetic Algorithm library that simplifies the development of applications using Genetic Algorithms (GAs).
https://github.com/giacomelli/GeneticSharp
artificial-intelligence c-sharp dotnet dotnet-core dotnet-standard dotnet6 genetic-algorithm genetic-algorithms unity3d
Last synced: 3 months ago
JSON representation
GeneticSharp is a fast, extensible, multi-platform and multithreading C# Genetic Algorithm library that simplifies the development of applications using Genetic Algorithms (GAs).
- Host: GitHub
- URL: https://github.com/giacomelli/GeneticSharp
- Owner: giacomelli
- License: mit
- Created: 2013-08-02T00:37:51.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2024-04-24T14:34:18.000Z (9 months ago)
- Last Synced: 2024-10-29T15:17:36.299Z (3 months ago)
- Topics: artificial-intelligence, c-sharp, dotnet, dotnet-core, dotnet-standard, dotnet6, genetic-algorithm, genetic-algorithms, unity3d
- Language: C#
- Homepage:
- Size: 184 MB
- Stars: 1,278
- Watchers: 74
- Forks: 335
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
Awesome Lists containing this project
- awesome-dotnet-datascience - GeneticSharp - Multi-platform genetic algorithm library for .NET Core and .NET Framework. The library has several implementations of GA operators, like: selection, crossover, mutation, reinsertion and termination. (Genetic Programming)