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

Expose more controls in sciml_train! #132

Closed
3 tasks
ChrisRackauckas opened this issue Feb 2, 2020 · 5 comments
Closed
3 tasks

Expose more controls in sciml_train! #132

ChrisRackauckas opened this issue Feb 2, 2020 · 5 comments
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed

Comments

@ChrisRackauckas
Copy link
Member

Right now the feature set is very bare. Some good things to add:

  • Stopping criterion option on the current loss
  • Stopping criterion option on the current value
  • Stopping criterion due to total time
@ChrisRackauckas ChrisRackauckas added enhancement New feature or request help wanted Extra attention is needed good first issue Good for newcomers labels Feb 2, 2020
@ChrisRackauckas
Copy link
Member Author

Handled by new callbacks.

@cems2
Copy link

cems2 commented Feb 18, 2020

pass in the Data from train instead of making it a global variable for Loss.

@ChrisRackauckas
Copy link
Member Author

What would that change?

@cems2
Copy link

cems2 commented Feb 18, 2020 via email

@cems2
Copy link

cems2 commented Feb 18, 2020

updated #162 just now with more details at the end

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants