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

Format and organise gametracer code, removing unused or obsolete meth… #411

Merged
merged 1 commit into from
Nov 17, 2023

Conversation

tturocy
Copy link
Member

@tturocy tturocy commented Nov 17, 2023

…ods.

This is a review and update of the embedded implementations of the global Newton and iterated polymatrix methods, and their supporting code, originally from gametracer.

  • Ensures that any error conditions raise an exception rather than terminating the program.
  • Removes heap memory allocations in favour of STL containers.
  • Removes unused functions and methods.
  • Reorganises algorithm code to be separate from game classes.

Refactor algorithms out of gametracer game classes.

Final gametracer cleanup

Final gametracer cleanup

…ods.

This is a review and update of the embedded implementations of the global Newton and
iterated polymatrix methods, and their supporting code, originally from gametracer.

* Ensures that any error conditions raise an exception rather than terminating the program.
* Removes heap memory allocations in favour of STL containers.
* Removes unused functions and methods.
* Reorganises algorithm code to be separate from game classes.

Refactor algorithms out of gametracer game classes.

Final gametracer cleanup

Final gametracer cleanup
@tturocy tturocy merged commit 80d4d26 into master Nov 17, 2023
15 checks passed
@tturocy tturocy deleted the maint-gtracer branch November 17, 2023 10:34
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