v0.1.0
HerbSearch v0.1.0
Closed issues:
- Iterators without limit (#3)
- Add context-sensitive grammars (#5)
- Metropolis-Hastings (#12)
- Large Neighbourhood Search (#14)
- Add argument in search procedure for evaluator (#17)
- Implement Metropolis Hastings, Large Neighbourhood Search and Simulated annealing in a unified way (#18)
- Remove old enumerators (#19)
- Add error handling (#27)
- Simulated annealing (#32)
Merged pull requests:
- Add basic iterator (#1) (@Pepijnk12)
- Enumerative search (#2) (@jaapdejong15)
- Heuristic support (#4) (@jaapdejong15)
- Context sensitive iterators (#7) (@jaapdejong15)
- Probabilistic iterator (#8) (@jaapdejong15)
- Update search to not be hard-coded to symbol :Real (#10) (@THinnerichs)
- Add grammar to context (#11) (@jaapdejong15)
- Rename modules (#16) (@jaapdejong15)
- Remove old enumerator functions (#20) (@jaapdejong15)
- Overhaul search procedure (#21) (@jaapdejong15)
- Make the priority enumerators work with explicit holes (#22) (@jaapdejong15)
- Dev (#24) (@jaapdejong15)
- Stochastic search algorithms (#25) (@piotr-cichon)
- Local constraints (#26) (@jaapdejong15)
- Evaluation error handling (#28) (@jaapdejong15)
- Renamed value_heuristic, now takes context into account (#29) (@THinnerichs)
- Add dependency on HerbCore (#30) (@jaapdejong15)
- Idm project 2705 (#31) (@THinnerichs)
- Added package (#33) (@nicolaefilat)
- Documentation (#35) (@THinnerichs)
- Testing branch (#36) (@nicolaefilat)
- Genetic search algorithms (#37) (@nicolaefilat)
- Fix for PR #37 (#38) (@THinnerichs)
- CompatHelper: add new compat entry for StatsBase at version 0.34, (keep existing compat) (#40) (@github-actions[bot])
- Merge dev changes into master (#41) (@THinnerichs)
- Added seed for random and made vlns tests simpler (#42) (@nicolaefilat)