particle-swarm-optimization
Particle Swarm Optimization algorithm
Particle Swarm Optimization algorithm
An Object Algorithm library for JavaScript
Genetic algorithm
Binary search is a searching algorithm that works on sorted data. Binary searches check the middle value to see whether the desired value is greater or smaller than it. If the desired value is smaller, this algorithm can search the smaller parts, or it ca
A small, fast, local-first, searchable index for client side apps written in Typescript.
A simple fuzzy search algorithm that uses the Levenshtein distance algorithm to find the closest match to a given string.
Multiprocessing genetic algorithm implementation library
Multiprocessing genetic algorithm implementation library extension
A powerful and flexible text search library for JavaScript that enables you to build a simple text search engine.
Binary Search Package