Uses of Interface
jline.lib.m3a.M3aUtils.ConstraintFunction
Packages that use M3aUtils.ConstraintFunction
Package
Description
Port of M3A library for matrix-based moment matching approximation algorithms.
-
Uses of M3aUtils.ConstraintFunction in jline.lib.m3a
Methods in jline.lib.m3a with parameters of type M3aUtils.ConstraintFunctionModifier and TypeMethodDescriptionstatic Double[]M3aUtils.optimizeParameters(Double[] initialParams, M3aUtils.ObjectiveFunction objectiveFunction, M3aUtils.ConstraintFunction[] constraints) static Double[]M3aUtils.optimizeParameters(Double[] initialParams, M3aUtils.ObjectiveFunction objectiveFunction, M3aUtils.ConstraintFunction[] constraints, double tolerance) Optimizes MMAP parameters using COBYLA optimization.