1. Introduction
  2. 1. Getting started
    1. 1.1. Using argmin
    2. 1.2. Basic concept
    3. 1.3. Defining an optimization problem
    4. 1.4. Running a solver
    5. 1.5. Observing progress
    6. 1.6. Checkpointing
  3. 2. Advanced topics
    1. 2.1. Implementing a solver
    2. 2.2. Implementing an observer
    3. 2.3. Implementing a checkpointing method
  4. 3. Contributing

The argmin book

Implementing an observer

Coming soon!