30 packages tagged with “genetic”
A fast, extensible, multi-platform and multithreading C# Genetic Algorithm library that simplifies the development of applications using Genetic Algorithms (GAs).
The AForge.Genetic library contains classes to run Genetic Algorithms (GA), Genetic Programming (GP) and Gene Expression Programming (GEP). Set of chromosome and selection classes are provided. Full list of features is available on the project's web site.
Contains chromosome and selection classes to create Genetic Algorithms (GA), Genetic Programming (GP) and Gene Expression Programming (GEP). This package originated from the AForge.NET Framework and is now part of the Accord.NET Framework.
A simple to use Genetic Algorithm Framework for .Net. See the project page for details on how to use this package.
Extensions for GeneticSharp: a fast, extensible, multi-platform and multithreading C# Genetic Algorithm library that simplifies the development of applications using Genetic Algorithms (GAs).
LibOptimization is a numerical optimization library that simplifies optimization using C#, VisualBasic.Net and other .NET Framework languages. Implementing optimization algorithm are Steepest Descent Method, Newton Method, Nelder Mead Method (Original ver, Wikipedia ver) ,Hooke and Jeeves of Pattern Search (Direct Search), Real-coded Genetic Algorithm(BLX-alpha and JGG, UNDX and JGG Simplex and JGG, REX and JGG, PCX and G3), Particle Swarm Optimization(Basic PSO, LDIW-PSO, CDIW-PSO, CRIW-PSO, AIW-PSO), Differential Evolution(DE/rand/1/bin, DE/best/1/bin, DE/rand/2/bin, DE/best/2/bin, JADE), Cuckoo Search(Standard), FireFry, Simulated Annealing, Evolution Strategy((1+1)-ES) and Hill Climbing.
C# library for simulation the development of human settlement
Framework for genetic algorithms
Parallel Evolutionary Algorithm framework for developing optimization projects
Genetic algorithm written with respect to KISS principle.
Linear Genetic Programming
Network wrapper for use with the Genetic Algorithm Framework for .Net. See the project page for details on how to use this package.
Service discovery client for use with the GAF.Network component of the Genetic Algorithm Framework for .Net. See the project page for details on how to use this package.
C# Library to perfrom Variable Selection according to the Give-A-Gap algortithm.
Gene Expression Programming
MathCore Library - Optimization
A set of templates written for the GeneticSharp: TSP Blazor, basic console application, TSP console application and TSP Unity3d. * Install the templates with command: dotnet new -i GeneticSharp.Templates * Create new projects for GeneticCharp: * dotnet new GeneticSharpTspBlazorApp * dotnet new GeneticSharpConsoleApp * dotnet new GeneticSharpTspConsoleApp * dotnet new GeneticSharpTspUnity3d
Classical Algorithm
An artificial-intelligence based engine to compute workshifts
Optimization and Machine Learning algorithm based on Linear Genetic Programming
Libary that contains the genetic algorithm for context sensitive grammar induction.
Randomeal is a small .NET standard library which implements a simplified genetic algorithm using randomization and self-adjusting simulated annealing for converging quickly to desired results. It can be used for estimating result vectors for different mathematical problems where suitable fitness functions can be defined. Randomeal has been created to be a tool that requires only minimal configuration. Most of the relevant parameters are calculated automatically. In most cases only the maximum number of iterations and a target accuracy have to be provided.
This is an package update. This new package version supports .NET 9.
A simple to use Genetic Algorithmic (GA) framework for finding solutions to optimization problems using metaheuristics in data lists.
Genetic Algorithm for squares packing problem
Introducing a lightweight and specialized neural network library for C#, meticulously designed to complement evolutionary algorithms.
A C# class library developed to support canine health management applications.
Estimation of Distribution Algorithms
Modular NEAT and evolutionary computation library for .NET.