Releases: RKO-solver/RKO_Go
Releases · RKO-solver/RKO_Go
v0.3.0: Enhanced Configuration System and Solver Framework
Features:
- Comprehensive YAML-based configuration system for metaheuristics
- Configuration package with support for multiple search strategies
- Flexible solver instantiation via configuration files
- Improved logger interfaces with multiple log levels (SILENT, INFO, VERBOSE)
- Channel and Stdout logger implementations for flexible logging
- Solution pool with thread-safe access across parallel solvers
Improvements:
- Enhanced documentation for configuration and logger packages
- Better separation of concerns between configuration and execution
- Extended metaheuristic support (LNS, VLNS, ALNS, IPR, GRASP) in constants
Reference:
- Based on Random Key Optimization: A Unified Framework for Metaheuristics
https://doi.org/10.48550/arXiv.2411.04293
What's Changed
- Feat improve solution pool by @lucasmends in #2
- Feat log print by @lucasmends in #3
- Feat nelder search by @lucasmends in #4
Full Changelog: v0.2.1...v0.3.0
Correction
Full Changelog: v0.2.0...v0.2.1
New ownership
Ownership change
What's Changed
- Feat yml configuration by @lucasmends in #1
New Contributors
- @lucasmends made their first contribution in #1
Full Changelog: v0.1.2...v0.2.0
v0.1.2
Full Changelog: v0.1.0...v0.1.2
v0.1.0
Full Changelog: https://github.com/lucasmends/rko-go/commits/v0.1.0