-
Notifications
You must be signed in to change notification settings - Fork 1
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
root
committed
May 7, 2018
1 parent
925186a
commit b39622a
Showing
942 changed files
with
525,480 additions
and
0 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,3 @@ | ||
*.pyc | ||
.idea/workspace.xml | ||
.idea/vcs.xml |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
7 changes: 7 additions & 0 deletions
7
parameter-learning_nd_disc/.idea/inspectionProfiles/profiles_settings.xml
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
93 changes: 93 additions & 0 deletions
93
parameter-learning_nd_disc/FORCESNLPsolver/FORCESNLPsolver.m
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,93 @@ | ||
% FORCESNLPsolver - a fast solver generated by FORCES Pro v1.6.121 | ||
% | ||
% OUTPUT = FORCESNLPsolver(PARAMS) solves a multistage problem | ||
% subject to the parameters supplied in the following struct: | ||
% PARAMS.x0 - column vector of length 1464 | ||
% PARAMS.xinit - column vector of length 16 | ||
% PARAMS.xfinal - column vector of length 11 | ||
% PARAMS.all_parameters - column vector of length 2501 | ||
% | ||
% OUTPUT returns the values of the last iteration of the solver where | ||
% OUTPUT.x01 - column vector of size 24 | ||
% OUTPUT.x02 - column vector of size 24 | ||
% OUTPUT.x03 - column vector of size 24 | ||
% OUTPUT.x04 - column vector of size 24 | ||
% OUTPUT.x05 - column vector of size 24 | ||
% OUTPUT.x06 - column vector of size 24 | ||
% OUTPUT.x07 - column vector of size 24 | ||
% OUTPUT.x08 - column vector of size 24 | ||
% OUTPUT.x09 - column vector of size 24 | ||
% OUTPUT.x10 - column vector of size 24 | ||
% OUTPUT.x11 - column vector of size 24 | ||
% OUTPUT.x12 - column vector of size 24 | ||
% OUTPUT.x13 - column vector of size 24 | ||
% OUTPUT.x14 - column vector of size 24 | ||
% OUTPUT.x15 - column vector of size 24 | ||
% OUTPUT.x16 - column vector of size 24 | ||
% OUTPUT.x17 - column vector of size 24 | ||
% OUTPUT.x18 - column vector of size 24 | ||
% OUTPUT.x19 - column vector of size 24 | ||
% OUTPUT.x20 - column vector of size 24 | ||
% OUTPUT.x21 - column vector of size 24 | ||
% OUTPUT.x22 - column vector of size 24 | ||
% OUTPUT.x23 - column vector of size 24 | ||
% OUTPUT.x24 - column vector of size 24 | ||
% OUTPUT.x25 - column vector of size 24 | ||
% OUTPUT.x26 - column vector of size 24 | ||
% OUTPUT.x27 - column vector of size 24 | ||
% OUTPUT.x28 - column vector of size 24 | ||
% OUTPUT.x29 - column vector of size 24 | ||
% OUTPUT.x30 - column vector of size 24 | ||
% OUTPUT.x31 - column vector of size 24 | ||
% OUTPUT.x32 - column vector of size 24 | ||
% OUTPUT.x33 - column vector of size 24 | ||
% OUTPUT.x34 - column vector of size 24 | ||
% OUTPUT.x35 - column vector of size 24 | ||
% OUTPUT.x36 - column vector of size 24 | ||
% OUTPUT.x37 - column vector of size 24 | ||
% OUTPUT.x38 - column vector of size 24 | ||
% OUTPUT.x39 - column vector of size 24 | ||
% OUTPUT.x40 - column vector of size 24 | ||
% OUTPUT.x41 - column vector of size 24 | ||
% OUTPUT.x42 - column vector of size 24 | ||
% OUTPUT.x43 - column vector of size 24 | ||
% OUTPUT.x44 - column vector of size 24 | ||
% OUTPUT.x45 - column vector of size 24 | ||
% OUTPUT.x46 - column vector of size 24 | ||
% OUTPUT.x47 - column vector of size 24 | ||
% OUTPUT.x48 - column vector of size 24 | ||
% OUTPUT.x49 - column vector of size 24 | ||
% OUTPUT.x50 - column vector of size 24 | ||
% OUTPUT.x51 - column vector of size 24 | ||
% OUTPUT.x52 - column vector of size 24 | ||
% OUTPUT.x53 - column vector of size 24 | ||
% OUTPUT.x54 - column vector of size 24 | ||
% OUTPUT.x55 - column vector of size 24 | ||
% OUTPUT.x56 - column vector of size 24 | ||
% OUTPUT.x57 - column vector of size 24 | ||
% OUTPUT.x58 - column vector of size 24 | ||
% OUTPUT.x59 - column vector of size 24 | ||
% OUTPUT.x60 - column vector of size 24 | ||
% OUTPUT.x61 - column vector of size 24 | ||
% | ||
% [OUTPUT, EXITFLAG] = FORCESNLPsolver(PARAMS) returns additionally | ||
% the integer EXITFLAG indicating the state of the solution with | ||
% 1 - OPTIMAL solution has been found (subject to desired accuracy) | ||
% 0 - Timeout - maximum number of iterations reached | ||
% -6 - NaN or INF occured during evaluation of functions and derivatives. Please check your initial guess. | ||
% -7 - Method could not progress. Problem may be infeasible. Run FORCESdiagnostics on your problem to check for most common errors in the formulation. | ||
% -100 - License error | ||
% | ||
% [OUTPUT, EXITFLAG, INFO] = FORCESNLPsolver(PARAMS) returns | ||
% additional information about the last iterate: | ||
% INFO.it - number of iterations that lead to this result | ||
% INFO.res_eq - max. equality constraint residual | ||
% INFO.res_ineq - max. inequality constraint residual | ||
% INFO.rsnorm - norm of stationarity condition | ||
% INFO.rcompnorm - max of all complementarity violations | ||
% INFO.pobj - primal objective | ||
% INFO.mu - duality measure | ||
% INFO.solvetime - Time needed for solve (wall clock time) | ||
% INFO.fevalstime - Time needed for function evaluations (wall clock time) | ||
% | ||
% See also COPYING |
Oops, something went wrong.