Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Add API for a user provided callback that can be used for cached computations that can be shared across costfunctions #244
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
sandwichmaker commentedDec 21, 2016
For problems where there is significant computation that is shared across cost functions, it would be useful to have an API that allows the user to execute some code every time ceres evaluates the problem.
How this would interact with Inner iterations will need to be figured out.