Skip to content

Assdc#16

Merged
moi90 merged 76 commits intomasterfrom
assdc
May 24, 2022
Merged

Assdc#16
moi90 merged 76 commits intomasterfrom
assdc

Conversation

@moi90
Copy link
Owner

@moi90 moi90 commented Jun 30, 2020

No description provided.

@moi90 moi90 mentioned this pull request Jun 30, 2020
@codecov
Copy link

codecov bot commented Jun 30, 2020

Codecov Report

Merging #16 (6c1d82f) into master (47519b2) will decrease coverage by 14.67%.
The diff coverage is 75.20%.

@@             Coverage Diff             @@
##           master      #16       +/-   ##
===========================================
- Coverage   93.35%   78.68%   -14.68%     
===========================================
  Files          19       28        +9     
  Lines        1265     3172     +1907     
===========================================
+ Hits         1181     2496     +1315     
- Misses         84      676      +592     
Impacted Files Coverage Δ
experitur/delayed.py 0.00% <0.00%> (ø)
experitur/loggers/__init__.py 0.00% <0.00%> (ø)
experitur/loggers/pytorch_lightning.py 0.00% <0.00%> (ø)
experitur/access.py 28.57% <28.57%> (ø)
experitur/cli.py 63.87% <45.32%> (-27.65%) ⬇️
experitur/optimization.py 60.65% <60.65%> (ø)
experitur/plot.py 63.77% <63.77%> (ø)
experitur/configurators/conditions.py 73.80% <73.80%> (ø)
experitur/core/trial.py 78.42% <75.60%> (-10.28%) ⬇️
experitur/util.py 86.79% <80.64%> (+12.87%) ⬆️
... and 21 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 47519b2...6c1d82f. Read the comment docs.

moi90 added 28 commits July 3, 2020 16:36
Refactor experitur.access to avoid circular imports.
Introduce depends_on in Experiment which replaces parent as a dependency marker.

Previously, parent experiments would be run first. Now, parent experiments are not run first, only dependencies.
Access the trials of an experiment
Stop experiments after the current trial.
- varying_parameters produces set of values
- invariant_parameters produces individual value
- Global lock for iteration, create and delete
- Trial-local locks for read, write and delete
@moi90 moi90 marked this pull request as ready for review May 24, 2022 15:13
@moi90
Copy link
Owner Author

moi90 commented May 24, 2022

The "assdc" branch has basically been the chaotic development branch for the next iteration of experitur. It will be merged once tests succeed.

@moi90 moi90 merged commit 17dd419 into master May 24, 2022
@moi90 moi90 deleted the assdc branch May 24, 2022 15:19
@moi90 moi90 mentioned this pull request May 24, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant