-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
33 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
/** | ||
* @defgroup grp_ALMSolver Augmented Lagrangian Method solver | ||
* @brief Augmented Lagrangian Method solver (ALM). | ||
*/ | ||
|
||
/** | ||
* @defgroup grp_InnerSolvers Inner solvers | ||
* @brief Solvers for the inner problem, such as PANOC. | ||
*/ | ||
|
||
/** | ||
* @defgroup grp_Accelerators Accelerators | ||
* @brief Computing accelerated directions, such as L-BFGS. | ||
*/ | ||
|
||
/** | ||
* @defgroup grp_DirectionProviders PANOC direction providers | ||
* @brief Algorithms that provide quasi-Newton steps for the PANOC solver, | ||
* such as L-BFGS. | ||
*/ | ||
|
||
/** | ||
* @defgroup grp_Problems Problems | ||
* @brief Classes for defining optimization problems. | ||
*/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters