Commit e82a93ee authored by Davis King's avatar Davis King

clarified spec

parent 1c1c7708
......@@ -283,6 +283,8 @@ namespace dlib
// optimizer_state is used to record the internal state of the SVM optimizer. It
// can be used with the following train() routine to warm-start the optimizer.
// Note, that optimizer_state objects are serializable but are otherwise completely
// opaque to the user.
class optimizer_state;
template <
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment