Skip to content

Commit

Permalink
added everything to API- Documenation
Browse files Browse the repository at this point in the history
  • Loading branch information
HannaMohr committed Nov 7, 2024
1 parent 62f61c5 commit c8745ca
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
23 changes: 23 additions & 0 deletions doc/l2l.utils.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,26 @@ ParamterGroup
:members:
:undoc-members:
:show-inheritance:

Environment
-------------

.. autoclass:: l2l.utils.environment.Environment
:members:
:undoc-members:
:show-inheritance:

Experiment
-------------

.. autoclass:: l2l.utils.experiment.Experiment
:members:
:undoc-members:
:show-inheritance:

Runner
-------------
.. autoclass:: l2l.utils.runner.Runner
:members:
:undoc-members:
:show-inheritance:
1 change: 1 addition & 0 deletions l2l/utils/experiment.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ def prepare_experiment(self, **kwargs):
Default runner parameters are:
- srun: ""
- exec: "python3 + self.paths.simulation_path/run_optimizee.py"
- max_workers: 32
- work_path: self.paths.root_dir_path,
- paths_obj: self.paths
"""
Expand Down

0 comments on commit c8745ca

Please sign in to comment.