Search results
9 packages found
Sort by: Default
- Default
- Most downloaded this week
- Most downloaded this month
- Most dependents
- Recently published
Multiprocessing genetic algorithm implementation library extension
- genetic algorithm
- genetic-algorithm
- algorithm
- evolutionary-programming
- genetic
- heuristic
- heuristic-search
- search-algorithm
- machine-learning
- multiprocessing
Multiprocessing genetic algorithm implementation library
- genetic algorithm
- genetic-algorithm
- algorithm
- evolutionary-programming
- genetic
- heuristic
- heuristic-search
- search-algorithm
- machine-learning
- multiprocessing
A simple fuzzy search algorithm that uses the Levenshtein distance algorithm to find the closest match to a given string.
Particle Swarm Optimization algorithm
- PSO
- algorithm
- heuristic-search
- natural-computation
- particle-swarm-optimization
- population-search
- pso
- search-algorithm
- global-search
A small, fast, local-first, searchable index for client side apps written in Typescript.
- lofi-dx
- search
- fulltext-search
- typescript
- search-index
- search-engine
- search-algorithm
- inverted-index
- tf-idf
- delta-encoding
- base36
A powerful and flexible text search library for JavaScript that enables you to build a simple text search engine.
- search
- text-search
- query
- query-parser
- parser
- tokenizer
- interpreter
- AST
- abstract-syntax-tree
- boolean-search
- evaluation
- normalization
- factory
- search-engine
- View more
Genetic algorithm
- algorithm
- evolutionary-programming
- genetic
- genetic-algorithm
- heuristic
- heuristic-search
- natural-computation
- population-search
- search-algorithm
- global-search
Binary Search Package
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