Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Experiment manager broken #135

Open
jmmcd opened this issue Oct 17, 2021 · 1 comment
Open

Experiment manager broken #135

jmmcd opened this issue Oct 17, 2021 · 1 comment

Comments

@jmmcd
Copy link
Collaborator

jmmcd commented Oct 17, 2021

The experiment manager is broken. I think there is some fragile code, eg manually adding to paths, and when scripts was moved inside src it got broken. I don't really use the experiment manager so I don't know enough to fix this.

@jmmcd
Copy link
Collaborator Author

jmmcd commented Oct 17, 2021

$ python experiment_manager.py --population_size 10 --generations 3 --dataset_train ../../datasets/Vladislavleva4/Train.txt --grammar ../../grammars/supervised_learning/Vladislavleva4.bnf --experiment_name Test --runs 2
Traceback (most recent call last):
  File "experiment_manager.py", line 9, in <module>
    from utilities.algorithm.general import check_python_version
ModuleNotFoundError: No module named 'utilities'

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

No branches or pull requests

1 participant