Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
N
nsoptim
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
David Kepplinger
nsoptim
Commits
abc14099
Commit
abc14099
authored
Sep 16, 2019
by
davidkep
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'feature/generic-admm' into develop
parents
af240ac6
3f071d9d
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
447 additions
and
186 deletions
+447
-186
admm.hpp
inst/include/nsoptim/optimizer/admm.hpp
+446
-186
mm.hpp
inst/include/nsoptim/optimizer/mm.hpp
+1
-0
No files found.
inst/include/nsoptim/optimizer/admm.hpp
View file @
abc14099
This diff is collapsed.
Click to expand it.
inst/include/nsoptim/optimizer/mm.hpp
View file @
abc14099
...
@@ -214,6 +214,7 @@ class MMOptimizer : public Optimizer<LossFunction, PenaltyFunction, Coefficients
...
@@ -214,6 +214,7 @@ class MMOptimizer : public Optimizer<LossFunction, PenaltyFunction, Coefficients
"InnerOptimizerType can not optimize the requested coefficient type."
);
"InnerOptimizerType can not optimize the requested coefficient type."
);
public:
public:
using
InnerOptimizer
=
InnerOptimizerType
;
using
Optimum
=
typename
Optimizer
<
LossFunction
,
PenaltyFunction
,
Coefficients
>::
Optimum
;
using
Optimum
=
typename
Optimizer
<
LossFunction
,
PenaltyFunction
,
Coefficients
>::
Optimum
;
//! Ininitialize the MM algorithm without loss or penalty function.
//! Ininitialize the MM algorithm without loss or penalty function.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment