Add estimator interface

This commit is contained in:
2023-10-17 19:22:05 +02:00
committed by Anton Reinhard
parent 2709eeb3dc
commit 61b6541b81
3 changed files with 38 additions and 0 deletions

View 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]
```