Skip to content

Commit

Permalink
Merge pull request #559 from tlm-adjoint/jrmaddison/mixed_optimization
Browse files Browse the repository at this point in the history
Update citation
  • Loading branch information
jrmaddison authored May 3, 2024
2 parents 3abbc1e + 181b942 commit 6d28ac2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions docs/source/acknowledgements.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,7 @@ based on the approach described in
transient finite element models', Computer Methods in Applied Mechanics and
Engineering, 276, 95--121, 2014, doi: 10.1016/j.cma.2014.03.010

Checkpointing with tlm_adjoint, and mixed forward restart / non-linear
dependency data schedules defined by the code in
`tlm_adjoint/checkpoint_schedules/mixed.py
<autoapi/tlm_adjoint/checkpoint_schedules/mixed/index.html>`_, are described in
Checkpointing with tlm_adjoint is described in

- James R. Maddison, 'On the implementation of checkpointing with high-level
algorithmic differentiation', https://arxiv.org/abs/2305.09568v1, 2023
Expand Down
2 changes: 1 addition & 1 deletion tlm_adjoint/checkpoint_schedules/mixed.py
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ class MixedCheckpointSchedule(CheckpointSchedule):
required to restart the forward has the same size as the data required to
advance the adjoint over a step.
Described in
An updated version of the algorithm described in
- James R. Maddison, 'On the implementation of checkpointing with
high-level algorithmic differentiation',
Expand Down

0 comments on commit 6d28ac2

Please sign in to comment.