Add estimator interface
This commit is contained in:
11
docs/src/lib/internals/estimator.md
Normal file
11
docs/src/lib/internals/estimator.md
Normal file
@ -0,0 +1,11 @@
|
||||
# Models
|
||||
|
||||
## Interface
|
||||
|
||||
The interface that has to be implemented for an estimator.
|
||||
|
||||
```@autodocs
|
||||
Modules = [MetagraphOptimization]
|
||||
Pages = ["models/estimator.jl"]
|
||||
Order = [:type, :constant, :function]
|
||||
```
|
Reference in New Issue
Block a user