Skip to content

Commit

Permalink
Fix citation.
Browse files Browse the repository at this point in the history
  • Loading branch information
jandrejevic12 committed Dec 11, 2018
1 parent e4b73be commit 3d8b4e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/source/Featured Application.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Featured Application: Intensity Modulated Radiation Therapy (IMRT)
===================================================================

One of the most prominent applications of automatic differentiation has been in the topic of optimization. Optimization problems typically entail minimizing a cost or objective function by following the direction of greatest decrease, provided by its gradient. In particular, optimization in the field of Intensity Modulated Radiation Therapy (IMRT) relies on precise gradients of complex, multivariate cost functions subject to constraints, and is thus a well-suited problem for automatic differentiation. Inspired by the work of Jee *et al.* [JeMF18]_, we have developed the ``therapy_planner`` package to solve 2D dose delivery optimization problems in IMRT. ``therapy_planner`` ships with ``gradpy`` and comes with a user-friendly interface for data input, optimization, and visualization. Though an introductory package, ``therapy_planner`` flexibly handles missing data, allows users to adjust the stringency of optimization criteria, and optionally optimizes over different orientations of the target region, to name a few of the features we hope users will explore with this application.
One of the most prominent applications of automatic differentiation has been in the topic of optimization. Optimization problems typically entail minimizing a cost or objective function by following the direction of greatest decrease, provided by its gradient. In particular, optimization in the field of Intensity Modulated Radiation Therapy (IMRT) relies on precise gradients of complex, multivariate cost functions subject to constraints, and is thus a well-suited problem for automatic differentiation. Inspired by the work of Jee *et al.* [JeMF05]_, we have developed the ``therapy_planner`` package to solve 2D dose delivery optimization problems in IMRT. ``therapy_planner`` ships with ``gradpy`` and comes with a user-friendly interface for data input, optimization, and visualization. Though an introductory package, ``therapy_planner`` flexibly handles missing data, allows users to adjust the stringency of optimization criteria, and optionally optimizes over different orientations of the target region, to name a few of the features we hope users will explore with this application.

The sections below outline some of the basic concepts of IMRT, detail the optimization routine adapted for ``gradpy`` that is at the core of ``therapy_planner``, and present several example demos to get started.

Expand All @@ -16,4 +16,4 @@ The sections below outline some of the basic concepts of IMRT, detail the optimi

.. rubric:: References

.. [JeMF18] Jee, Kyung-Wook, Daniel L. McShan, and Benedick A. Fraass. "Implementation of Automatic Differentiation Tools for Multicriteria IMRT Optimization." *Automatic Differentiation: Applications, Theory, and Implementations*, Springer, 2005.
.. [JeMF05] Jee, Kyung-Wook, Daniel L. McShan, and Benedick A. Fraass. "Implementation of Automatic Differentiation Tools for Multicriteria IMRT Optimization." *Automatic Differentiation: Applications, Theory, and Implementations*, Springer, 2005.

0 comments on commit 3d8b4e0

Please sign in to comment.