-
Notifications
You must be signed in to change notification settings - Fork 52
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Changing experiment.algorithms to experiment.algorithm (#1014)
* changing experiment.algorithms to experiment.algorithm * fixing building_experiment * changing some more algorithms to algorithm * fixing experiments variable name forgotten * sending algorithms in benchmark creation of experiment * changing algorithms in config files for tests * change algorithm_name for experiment in benchmark * exp.configuration had algorithms keys * study test with algorithms * add warning and make algorithms still work but deprecated * Add backward compatibility * disable too-many-locals for pylint * fixing line too long * stop sending None algorithm when there isnt one * adding algorithms to test * backward python_api algorithms * Fixing upgrade for algorithms * Adding check for setting algorithm or algorithms to None * setting up instantiated_algorithms if both algorithms are None * sending only algorithm to Experiment * instanciated algorithms cannot be None by default * fixing comment, restarting pipeline * changing algorithms in docs * adding check on upgrade algorithm * verifying pre-commit * removing algorithms that was added with rebase * Empty commit to spawn github-actions... * calling orion db upgrade directly instead of execute * good import * rebasing for tests * fixing some rebased algorithms + rebase Co-authored-by: Xavier Bouthillier <xavier.bouthillier@umontreal.ca> Co-authored-by: Simnol <simon-olivier.duguay.1@ens.etsmtl.ca>
- Loading branch information
1 parent
d75c254
commit 47a83fa
Showing
62 changed files
with
350 additions
and
313 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
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
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
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
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.