-
-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add asynchronous parallelization (#210)
* feat: add rush parallelization * refactor: worker_loop * chore: remove assertion * feat: freeze archive when rush is not available anymore * refactor: start workers * fix: termination in random search * chore: print xdt * refactor: send all hpcs at once in random search * docs: add params and fields * feat: store start and stop timestamps * test: OptimInstanceSingleCrit * docs: functions * chore: remotes * chore: pkgdown * test: remove rush * refactor: start_workers flag * feat: option to start workers when instance is created * feat: capture log on worker * refactor: extra in fail * feat: save log messages from worker * refactor: remove capture.output * fix: terminate * test: workflow * refactor: archive cache * fix: partial argument match * refactor: move parameter * refactor: OptimInstanceRush * ci: add redis * chore: remove browser * chore: pkgdown * draft * draft * fix: nas in trafo_xs * chore: leanify * chore: import rush * feat: optimize_decentralized * fix: add callbacks to optimize_decentralized * feat: add debug mode * fix: debug mode * feat: allow optimizer to control number of workers * fix: transformation functions in random search * feat: as_terminator * fix: assert_terminators * refactor: async classes * refactor: ArchiveAsync * chore: rename file * refactor: archive best * refactor: async * chore: internal * tests: rush * chore: pkgdown * refactor: async * refactor: async * refactor: batch * draft * draft * draft * draft * fix: debug * draft * draft * draft * fix: pkgdown * draft * draft * fix: remove deep clone from archivasync * tests: activate * tests: activate * tests: activate * tests: activate * chore: comment * chore: news
- Loading branch information
Showing
170 changed files
with
5,013 additions
and
1,643 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -33,6 +33,10 @@ jobs: | |
with: | ||
r-version: ${{ matrix.config.r }} | ||
|
||
- uses: supercharge/[email protected] | ||
with: | ||
redis-version: 7 | ||
|
||
- uses: r-lib/actions/setup-r-dependencies@v2 | ||
with: | ||
extra-packages: any::rcmdcheck | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -34,6 +34,10 @@ jobs: | |
with: | ||
r-version: ${{ matrix.config.r }} | ||
|
||
- uses: supercharge/[email protected] | ||
with: | ||
redis-version: 7 | ||
|
||
- uses: r-lib/actions/setup-r-dependencies@v2 | ||
with: | ||
extra-packages: any::rcmdcheck | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.