Releases: loda-lang/loda-cpp
v22.5.12
To install or update LODA, please follow the installation instructions. Here are the release notes for v22.5.12:
Bugfixes
- Fix various errors in BOINC on Windows
v22.5.4
To install or update LODA, please follow the installation instructions. Here are the release notes for v22.5.4:
Bugfixes
- Fix "git not found" error in BOINC on Windows
Enhancements
- Improve progress monitoring in BOINC
v22.5.3
To install or update LODA, please follow the installation instructions. Here are the release notes for v22.5.3:
Bugfixes
- Fixes setup issues when runing in BOINC
v22.5.2
To install or update LODA, please follow the installation instructions. Here are the release notes for v22.5.2:
Enhancements
- Use shared project directory when running in BOINC
- Extract user name from BOINC metadata
- Report progress to BOINC wrapper app
v22.5.1
To install or update LODA, please follow the installation instructions. Here are the release notes for v22.5.1:
Features
- Added option
-H
for settings the number of mining hours (needed for BOINC) - Internal
boinc
command
v22.4.17
To install or update LODA, please follow the installation instructions. Here are the release notes for v22.4.17:
Enhancements
- Use 50% of the new and 50% of the last modified programs for mutations
v22.4.10
To install or update LODA, please follow the installation instructions. Here are the release notes for v22.4.10:
Features
- Added
profile
command for measuring program evaluation time - Added pattern-based generator (generator:
v7
, miner profile:pattern
)
Enhancements
- Improve handling of programs with minimization errors/warnings
- Improve comparsion of programs supporting IE
- Improve algebraic program optimizations
- Avoid duplicate evaluation when updating programs
v22.4.5
To install or update LODA, please follow the installation instructions. Here are the release notes for v22.4.5:
Bugfixes
- Fix reporting of CPU hours (active miners) in parallel mining mode
Performance Enhancements
- Ignore updates of recently found new programs
- Reduce maximum number of terms in validation to 4000
- Omit expensive comparison for new program
- Prefer programs that support incremental evaluation
v22.4.3
To install or update LODA, please follow the installation instructions. Here are the release notes for v22.4.3:
Bugfixes
- Optimizer does not consider
$1
as reserved cell anymore (formerly output cell) - Validator does not remove operations anymore that are needed for computing more terms
- Fix corner case in big integer comparison
Features
- Track manually submitted programs in the miner profile metric
check
command accepts program files as argument (extracts A-number from comment in programs)
Enhancements
- Improved operation sorting in optimizer
- Improved output during updates on Windows
v22.3.11
To install or update LODA, please follow the installation instructions. Here are the release notes for v22.3.11:
Features
- Parallel mining with custom number of instances:
-P <number>
- Short-hand parameter for b-file output with offset 0:
-b
submit
command extracts A-number from comment in programs
Enhancements
- Incremental evaluation (IE) partially supports programs with non-commutative updates of output cells. IE is supported for 5200 programs now.
- Store default values in
setup.txt