Struct ceres_solver::loss::CustomLossFunction
source · pub struct CustomLossFunction {
pub func: Pin<Box<LossFunctionType>>,
}Expand description
Custom loss function. Create it with LossFunction::custom
Fields§
§func: Pin<Box<LossFunctionType>>