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

Adding ability to define testing space through convex hull #18

Draft
wants to merge 7 commits into
base: main
Choose a base branch
from

Conversation

andersonw1
Copy link
Collaborator

THIS IS ALMOST READY, STILL NEEDS TO BE CLEANED UP

This PR adds two things:

  1. We introduce the ability to define all of the training points as a list. The testing points are then defined to be points in the convex hull of the training points. This is useful if we are not interested in sampling for a rectangular grid, and have a specific region of interest for the problem. The post-processing files need to be changed and I still need to add them.

  2. We now track the training loss and each term of the loss function. These losses are saved with the final output file after training.

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