You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@alexmul1114, to start you may want to read through the LossFunctions.jl docs and try some examples. The following parts will be particularly relevant (using v0.10 docs since docs for current version appear to currently be missing the docstrings):
It would be nice to also allow users to pass in losses from LossFunctions.jl: https://github.com/JuliaML/LossFunctions.jl
Currently, we define the following method signature:
GCPDecompositions.jl/src/gcp-opt.jl
Lines 17 to 18 in cfd310f
The simplest way to support LossFunctions.jl is probably to define an additional method signature as follows:
where the
???
are what need to be filled in.@alexmul1114, to start you may want to read through the LossFunctions.jl docs and try some examples. The following parts will be particularly relevant (using v0.10 docs since docs for current version appear to currently be missing the docstrings):
The text was updated successfully, but these errors were encountered: