Commit Graph

15 Commits (beb7d42d748f9f0f5216ed7aca93dceb4f73df2c)

Author SHA1 Message Date
Stéphane Adjemian (Charybdis) 1bf81c9f5a Fixed copyright notices. 2017-05-18 18:36:38 +02:00
Stéphane Adjemian (Charybdis) 5417b27ac7 Fixed indentation of matlab files. 2017-05-16 15:10:20 +02:00
Stéphane Adjemian (Charybdis) 88e1701289 Removed useless commas and semicolons. 2017-05-16 13:24:46 +02:00
Houtan Bastani bebcfffe04 fix license, file copyright errors 2016-05-04 16:30:16 +02:00
Johannes Pfeifer 5d8bc7188c Allow detailed exitcode as output of trust_region.m 2016-03-22 21:55:55 +01:00
Johannes Pfeifer 9c8da869f7 Delete redundant computation from trust_region.m 2016-03-22 21:55:54 +01:00
Johannes Pfeifer 934901036b Test for solution before breaking with error code -3 in trust_region.m
Fixes #1067
2015-10-06 13:59:59 +02:00
Houtan Bastani 07e29125a2 Revert "Merge pull request #1064 from JohannesPfeifer/trust_region"
This reverts commit 9cc96b93c0, reversing
changes made to 1bc965625c.
2015-10-06 09:52:16 +02:00
Johannes Pfeifer c01352ea3b Fix exit criterion in trust_region.m
Otherwise, error code -3 (Trust region became uselessly small) was accepted as a solved steady state
2015-09-25 09:11:47 +02:00
Sébastien Villemot 6ceecd1cf6 Tighten convergence criterion of trust region.
Closes #666
2014-07-01 18:43:16 +02:00
Michel Juillard b5ca118bfb trust_region: replace a loop with a matrix expression 2014-05-11 14:44:44 +02:00
Michel Juillard fad9aa6846 removing debugging printing 2014-05-07 14:23:31 +02:00
Michel Juillard 58ba964bb7 trust_region/dogleg: fixing sign error 2014-05-07 13:34:59 +02:00
Sébastien Villemot c58183b552 Fix typo in trust_region code. 2014-02-21 14:47:41 +01:00
Sébastien Villemot a5be9dd845 Add trust-region nonlinear solver.
Closes #260
2014-02-04 17:56:27 +01:00