Skip to content

how to solve general nonlinear optimization probelms #651

Closed Answered by luisenp
bc0428 asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @bc0428. We have one optimizer that doesn't require the problem to be in the form of least squares, namely, th.DCEM, which implements differentiable cross-entropy method (paper). To make the objective not codify a squared objective, you also need to change the default cost function aggregation function by passing a custom error metric to the objective. You can use the implementation of the default sum of squares as a guide.

Let me know if you have additional questions.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@bc0428
Comment options

Answer selected by bc0428
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants