Is there any way to define a loss function in optimization problems?
4 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Is there any way to define a loss function when setting up an optimization problem using the optimization toolbox?
Main purpose: outlier detection.
Examples for loss functions in other optimization libraries:
- Ceres solver: http://ceres-solver.org/nnls_modeling.html?highlight=loss#lossfunction
- scipy.optimize.least_squares: https://docs.scipy.org/doc/scipy/reference/generated/scipy.optimize.least_squares.html
0 comentarios
Respuestas (1)
Matt J
el 10 de Mzo. de 2021
Yes, absolutely. Without a function to optimize, it's not an optimization problem.
Ver también
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!