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

Updated EA Diagnostics #69

Merged
merged 35 commits into from
Nov 14, 2022
Merged

Updated EA Diagnostics #69

merged 35 commits into from
Nov 14, 2022

Conversation

nightdr
Copy link
Contributor

@nightdr nightdr commented Nov 8, 2022

Merging efforts to make EA diagnostics detailed on the level of mutation and crossover types.

gbomarito and others added 30 commits July 28, 2022 08:13
…ed working on implementing types in VarAnd
…pring_mutation_type to mutation_offspring_type
@@ -315,6 +330,7 @@ def test_impossible_param_or_prune_mutation(mocker, algo_index,
c_stack = child.mutable_command_array

np.testing.assert_array_equal(c_stack, p_stack)
assert mutation.last_mutation_type == mutation.types[algo_index] # TODO should be None?
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These test cases test when no mutation happens. Before the EA changes, we would set the last_mutation_type even if no mutation occurred (e.g., prune mutation got called but couldn't find a suitable subtree to prune), is this still the expected behavior?

@gbomarito gbomarito merged commit 038e2f3 into nasa:master Nov 14, 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.

None yet

2 participants