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

SubtreeMutation bugfix, run-examples CI/CD, requirements update #104

Merged
merged 23 commits into from
May 24, 2024

Conversation

itaitzruia4
Copy link
Collaborator

@itaitzruia4 itaitzruia4 commented May 19, 2024

  • Fixed a bug where SubtreeMutation would create a dummy individual with no assigned value for higher_is_better, causing the program to crash.
  • Added matplotlib to requirements file, since one of the examples depend on it.
  • Added a workflow that automatically runs all examples and fails if an error is raised.
  • Improved formatting of some of the examples, and modified the individual tree execution in MuxEvaluator
    from:
individual.execute(s0=s0, s1=s1, s2=s2, d0=d0, d1=d1, d2=d2, d3=d3, d4=d4, d5=d5, d6=d6, d7=d7)

to

individual.execute(**select_entries, **input_entries)

@itaitzruia4
Copy link
Collaborator Author

I'll reopen this after finishing with the examples tests workflow

@itaitzruia4 itaitzruia4 reopened this May 21, 2024
@itaitzruia4 itaitzruia4 requested a review from achiyae May 21, 2024 19:48
@itaitzruia4 itaitzruia4 changed the title SubtreeMutation bugfix and improved readability of some examples SubtreeMutation bugfix, run-examples CI/CD, requirements update May 21, 2024
@achiyae
Copy link
Contributor

achiyae commented May 23, 2024

the tests of 3.9 failed for some reason. maybe it's flakiness?

@itaitzruia4
Copy link
Collaborator Author

Closing untill I add the hyperparameter change feature

@itaitzruia4 itaitzruia4 reopened this May 24, 2024
@itaitzruia4 itaitzruia4 requested a review from achiyae May 24, 2024 06:14
@achiyae achiyae merged commit b2e9615 into develop May 24, 2024
18 checks passed
@achiyae achiyae deleted the examples branch May 24, 2024 06:22
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.

None yet

2 participants