SimonBlanke/Gradient-Free-Optimizers
Simple and reliable optimization with local, global, population-based and sequential techniques in numerical discrete search spaces.
PythonMIT
Issues
- 0
Add support for type-hints
#56 opened by SimonBlanke - 21
- 0
Add docstrings to public API
#54 opened by SimonBlanke - 1
- 0
- 0
- 5
Implement genetic algorithm
#46 opened by igaloly - 3
add Differential-Evolution algorithm
#48 opened by SimonBlanke - 1
API changes for v2
#32 opened by SimonBlanke - 0
add Ant-Colony-Optimization Algorithm
#42 opened by SimonBlanke - 2
Add replacement parameter to smbo
#38 opened by SimonBlanke - 0
- 0
- 4
add support for continuous parameter ranges
#40 opened by SimonBlanke - 1
- 7
Add support for constrained optimization
#33 opened by SimonBlanke - 0
Tests fail in github actions but pass locally
#35 opened by SimonBlanke - 7
Categorical distribution
#30 opened by alex-hh - 1
is this compatible with pytorch models?
#37 opened by ethansmith2000 - 2
Support Keyword Arguments as non-optimizable parameters in the optimization goal function
#36 opened by StHowling - 4
DIRECT optimizer
#8 opened by SimonBlanke - 1
Automatically increase number of initial positions if n_population increases
#29 opened by SimonBlanke - 3
Spiral Optimization
#26 opened by SimonBlanke - 1
Lipschitz Optimizer
#27 opened by SimonBlanke - 0
- 3
- 3
Set invalid proposal in opt function
#25 opened by 23pointsNorth - 7
search_space cannot be larger than 32?
#21 opened by beckhamwjc - 1
RuntimeWarning about np.exp() overflow
#24 opened by wollala - 2
- 3
- 3
High dimensional search space limit
#19 opened by 23pointsNorth - 11
- 6
- 2
- 9
Grid search variant
#10 opened by SimonBlanke - 4
Nelder-Mead-/Downhill-simplex- optimizer
#6 opened by SimonBlanke - 4
Powell's Method optimizer
#7 opened by SimonBlanke - 8
Integer parameter value changed to floating type
#15 opened by 0liu - 2
Whether to support non-numeric variables
#16 opened by isCopyman - 6
Early stopping
#14 opened by 0liu - 0
cleanup warm_start_smbo data
#9 opened by SimonBlanke - 0
"warm_start_smbo" does not filter out np.inf
#13 opened by SimonBlanke - 5
Question about search space design and API
#12 opened by SimonBlanke - 8
ValueError: high is out of bounds for int32
#11 opened by 321HG - 4
- 3