harveybc/don
Descentralized Optimization Network (DON) is a REST API that allows extending existing evolutionary algorithms to a decentralized architecture to provide collaboration, scalability, event log and fault-tolerance in an optimization process. It also allows external clients to make remote evaluations of data using the most optimized models.
This is a tool for developers who are building or running evolutionary algorithms and need to manage their optimization processes across multiple machines. It allows you to connect several algorithms, share the best solutions found by each, and evaluate data using the most optimized models. Developers who are creating complex optimization systems using evolutionary algorithms would use this.
No commits in the last 6 months.
Use this if you are a developer who needs to make your existing evolutionary optimization algorithms more collaborative, scalable, fault-tolerant, or able to log events across a distributed network.
Not ideal if you are looking for a pre-built optimization tool for non-developers, or if your optimization problem does not involve evolutionary algorithms.
Stars
8
Forks
4
Language
JavaScript
License
—
Category
Last pushed
Feb 27, 2025
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/harveybc/don"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
jolars/sortedl1
Python package for Sorted L-One Penalized Estimation (SLOPE)
gugarosa/opytimizer
🐦 Opytimizer is a Python library consisting of meta-heuristic optimization algorithms.
SENATOROVAI/gradient-descent-sgd-solver-course
Stochastic Gradient Descent (SGD) is an optimization algorithm that updates model parameters...
hiroyuki-kasai/SGDLibrary
MATLAB/Octave library for stochastic optimization algorithms: Version 1.0.20
softmin/ReHLine-python
Regularized Composite ReLU-ReHU Loss Minimization with Linear Computation and Linear Convergence