-
-
Notifications
You must be signed in to change notification settings - Fork 98
Open
Description
The docs for OptimizationFunction say there is a option specialize, https://github.com/SciML/SciMLBase.jl/blob/e9caa29e90bf46d8a00dfec03d78158eb0762566/src/scimlfunctions.jl#L2085-L2087
## specialize: Controlling Compilation and Specialization
For more details on this argument, see the ODEFunction documentation.
However, the definition of OptimizationFunction and AbstractOptimizationFunction don't include this field:
https://github.com/SciML/SciMLBase.jl/blob/e9caa29e90bf46d8a00dfec03d78158eb0762566/src/SciMLBase.jl#L590
abstract type AbstractOptimizationFunction{iip} <: AbstractSciMLFunction{iip} endstruct OptimizationFunction{iip, AD, F, G, H, HV, C, CJ, CH, LH, HP, CJP, CHP, LHP, S, S2,
O, HCV,
CJCV,
CHCV, LHCV, EX, CEX, SYS} <: AbstractOptimizationFunction{iip}Metadata
Metadata
Assignees
Labels
No labels