mirror of
https://github.com/davisking/dlib.git
synced 2024-11-01 10:14:53 +08:00
clarified spec
This commit is contained in:
parent
1c1c770888
commit
e82a93eee7
@ -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 <
|
||||
|
Loading…
Reference in New Issue
Block a user