Releases: jmejia8/Metaheuristics.jl
Releases · jmejia8/Metaheuristics.jl
v3.3.5
Metaheuristics v3.3.5
Merged pull requests:
- Fix stepsize and population referencing in DE algorithm (#103) (@jonathanfischer97)
- define
compute_itspace
if it is not defined (#106) (@longemen3000)
Closed issues:
- Metaheuristics.jl doesn't compile in Julia v1.11.0-alpha1 (#105)
v3.3.4
Metaheuristics v3.3.4
Merged pull requests:
- remove reverse of bit constructions for 2x speed (#95) (@jbytecode)
- Update README.md (#97) (@jbytecode)
- fixed typo in DE.jl (#100) (@mcamilletti1)
- fixed stale dependencies (#101) (@jmejia8)
Closed issues:
- Slight grammatical error in Contributions section of ReadME (#99)
v3.3.3
Metaheuristics v3.3.3
Merged pull requests:
- Add rng to docstring for option (#93) (@alecloudenback)
- Make NSGA2 use the user-provided RNG (#94) (@DaniGlez)
v3.3.2
v3.3.1
v3.3.0
v3.2.16
Metaheuristics v3.2.16
Closed issues:
- Fast time-to-first call methods using SnoopPrecompile (#71)
Merged pull requests:
v3.2.15
v3.2.14
Metaheuristics v3.2.14
Closed issues:
- Implement
optimize!(args...)
(#39) - How to pass a pre-calculated distance matrix to the function f(x)? (#58)
- How to display the best fintess for each iteration (#60)
Merged pull requests:
- Fix a few typos (#56) (@pitmonticone)
- make the package compatible with JMcDM (#57) (@jbytecode)
- Add Aqua for auto quality assurance and lazy load of UnicodePlots (#62) (@jmejia8)
- Fix overwritten methods (#63) (@jmejia8)
v3.2.13
Metaheuristics v3.2.13
Closed issues:
Merged pull requests:
- add Restart option and
optimize!
method (#40) (@jmejia8) - (#43) Replacing Nelder-Mead with Hooke-Jeeves in MCCGA (#44) (@jbytecode)
- Solve (#45) (#47) (@jbytecode)
- minor changes in paper (#49) (@danielskatz)
- minor changes in bib (#50) (@danielskatz)
- one more fix (#51) (@danielskatz)
- update README.md (#52) (@jbytecode)
- Update documentation (#53) (@jmejia8)
- dependency update for Requires.jl and JMcDM (#54) (@jbytecode)
- update tests and export compatible MCDM methods from JMcDM (#55) (@jmejia8)