issues
search
GheodeAI
/
metaheuristic-designer
Framework for designing, testing and evaluating metaheuristic optimization algorithms.
https://metaheuristic-designer.readthedocs.io/en/latest/
MIT License
4
stars
0
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Add Git-flow
#66
cosminmarina
closed
2 months ago
1
Upload pkgs to conda-forge
#65
cosminmarina
opened
6 months ago
0
Operators should act on a popultion instead of an individual.
#64
eugenioLR
opened
7 months ago
2
Added better handling of operators that use probability distributions, improved documentation layout, added EDA algorithms.
#63
eugenioLR
closed
7 months ago
0
Implementation of mutation with prob. distribution is incorrect.
#62
eugenioLR
closed
7 months ago
1
Version 0.1.5
#61
eugenioLR
closed
1 year ago
1
Implement CMA-ES as well as EDAs
#60
eugenioLR
opened
1 year ago
1
Implement well known and modern algorithms
#59
eugenioLR
opened
1 year ago
1
Add Gene Expresion Programing (GEP)
#58
cosminmarina
closed
5 months ago
1
Seeding solutions should accept a list of vectors instead of Individuals
#57
eugenioLR
closed
1 year ago
0
Add module for automatic algorithm selection
#56
eugenioLR
closed
1 year ago
1
Changed name of Algorithm to Search strategy
#55
eugenioLR
closed
1 year ago
0
Rename algorithm to strategy and search to algorithm
#54
eugenioLR
closed
1 year ago
0
Add compatibility to general probability distribution
#53
cosminmarina
closed
7 months ago
1
Updated to version 0.1.3
#52
eugenioLR
closed
1 year ago
0
Add paralelization of fitness evaluations.
#51
eugenioLR
closed
1 year ago
2
Allow Multiobjective optimization
#50
eugenioLR
opened
1 year ago
1
The name "algorithm" and "search strategy" are misused.
#49
eugenioLR
closed
1 year ago
1
Added tutorials and customizable Encoding, Initializer and Operator modules
#48
eugenioLR
closed
1 year ago
0
Replaced default numpy random generator with generator object
#47
eugenioLR
closed
1 year ago
0
changed if else statements with get
#46
eugenioLR
closed
1 year ago
0
Use .get method with dictionaries insetead of if else statements
#45
eugenioLR
closed
1 year ago
0
Pypi upload
#44
eugenioLR
closed
1 year ago
0
Add this package to PyPi
#43
eugenioLR
closed
1 year ago
0
Changed to setuptools
#42
eugenioLR
closed
1 year ago
0
Change the package from poetry to setuptools
#41
eugenioLR
closed
1 year ago
0
Update README.md
#40
eugenioLR
closed
1 year ago
0
Renamed repository
#39
eugenioLR
closed
1 year ago
0
Added explanation of the framework in the documentation
#38
eugenioLR
closed
1 year ago
0
Updated repository.
#37
eugenioLR
closed
1 year ago
0
Np problems
#36
eugenioLR
closed
1 year ago
0
Selection methods
#35
eugenioLR
closed
1 year ago
0
Docs
#34
eugenioLR
closed
1 year ago
0
added simplified algortihm creation function
#33
eugenioLR
closed
1 year ago
0
Add simple way of instantiating algorithms
#32
eugenioLR
closed
1 year ago
1
Replace numpy random calls for Generator calls
#31
eugenioLR
closed
1 year ago
1
Made General algorithms from which other inherit (merge to devel)
#30
eugenioLR
closed
1 year ago
0
Made General algorithms from which other inherit
#29
eugenioLR
closed
1 year ago
0
Implement Variable Neighbourhood Search
#28
eugenioLR
closed
1 year ago
1
Allow algorithms to self-adapt
#27
eugenioLR
closed
1 year ago
1
CRO, CRO_SL and PCRO_SL implemented
#26
eugenioLR
closed
1 year ago
0
Update README.md
#25
eugenioLR
closed
1 year ago
0
Solved some bugs and made storing the best solution for each individual simpler
#24
eugenioLR
closed
1 year ago
0
Changed name of Decoder to Encoding, random individual generation is now in Population Initializers
#23
eugenioLR
closed
1 year ago
0
Algorithm state saving and progress evaluation with different metrics
#22
eugenioLR
closed
1 year ago
0
Added random search
#21
eugenioLR
closed
1 year ago
0
Initializer with a given distribution as a lambda function
#20
eugenioLR
closed
1 year ago
1
Implemented both an initializer module and objective functions from lambdas
#19
eugenioLR
closed
1 year ago
0
Added documentation with the sphinx library
#18
eugenioLR
closed
1 year ago
0
implemented enums instead of strings
#17
eugenioLR
closed
1 year ago
0
Next