mykeels / MSearch

A C# Library to aid programming for meta-heuristics

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MSearch

A C# Library to aid programming for Meta-Heuristics.

In computer science and mathematical optimization, a meta-heuristic is a higher-level procedure or heuristic designed to find, generate, or select a heuristic (partial search algorithm) that may provide a sufficiently good solution to an optimization problem, especially with incomplete or imperfect information or ... see more

Project Documentation

Please see the project documentation here.

Algorithms and Samples

How to Use

Installation

You can install MSearch in your .NET Project via:

Using Nuget Package Manager Console

PM> Install-Package MSearch

Using DotNet CLI

dotnet add package MSearch

About

A C# Library to aid programming for meta-heuristics

License:MIT License


Languages

Language:C# 99.0%Language:PowerShell 0.9%Language:Batchfile 0.2%