Commit Graph

31 Commits

Author SHA1 Message Date
Rowan Cockett 15e0126172 Updates to Optimization Framework. Testing. Bug Fixes. 2013-11-12 11:09:51 -08:00
Rowan Cockett 19f79b3275 updates to Inversion. Bug Fixes. 2013-11-07 17:42:24 -08:00
Rowan Cockett bc71b184aa Brought inversion into line with optimize changes. 2013-11-07 16:27:12 -08:00
Rowan Cockett 0dc3b02c45 Combined stopping criteria and printers into a class, for easy reuse. 2013-11-07 16:02:22 -08:00
Rowan Cockett 54d2f302b5 Refactored and moved duplicate code to utils. 2013-11-07 15:28:03 -08:00
Rowan Cockett 1ef70ba15c Moved projectedGradient to the optimize file. Added video to IPNB. 2013-11-07 14:56:54 -08:00
Rowan Cockett ded738b077 Changes to evalFunction. and more extensible calls in startup and endIteration 2013-11-07 12:27:07 -08:00
Rowan Cockett 318ca555c8 Stopping Criteria and Printers generalized in Optimize. 2013-11-07 01:20:03 -08:00
Rowan Cockett f60017ff50 Updates on printing and stopping criteria. These can be set and modified much easier without rewriting functions. 2013-11-06 21:03:07 -08:00
Rowan Cockett 22f1ff9f74 initial notebook laying out the problem of bound constraints. 2013-11-06 10:57:13 -08:00
Rowan Cockett 6f141ecaf2 Updates to DCProblem and testing. 2013-11-04 15:11:10 -08:00
Rowan Cockett df51919d81 Documentation Updates. Issue #11 2013-11-04 11:49:55 -08:00
Rowan Cockett ac099f08cd There are some compatibility issues with pypubsub installing on the documentation servers. and confusion when installing this on other peoples comps. I have put a warning in. Code should work regardless of if you have pypubsub installed or not. 2013-11-04 10:26:56 -08:00
Rowan Cockett 56bacc4a27 Issue #15 Approximate Hessians. By default these are not implemented, and are the same as J and Jt 2013-11-04 09:53:38 -08:00
Rowan Cockett 224b0cea9e Issue #17 Scaled gradient. moved this to an overridable function. Changed linesearch to modifySearchDirection 2013-11-04 09:43:49 -08:00
Dave Marchant a1a6e67925 Added max step size option to Optimize code. 2013-11-03 10:36:22 -08:00
Rowan Cockett 510ca4a54e Issue #11 PubSub based communications in Minimize. 2013-11-01 15:04:16 -07:00
Rowan Cockett 581f1b15f1 renamed misfit to dataResidual in Problem class. fixed betaSchedule bug. Printing in the inversion. 2013-11-01 15:02:37 -07:00
Rowan Cockett 86c1080631 Documentation updates. 2013-10-26 16:19:02 -07:00
Rowan Cockett dbd24b71c1 Added kwargs to the inversion. can use these to initiate your inversion object. 2013-10-26 14:16:50 -07:00
Rowan Cockett 3bbe258eab beta schedualing 2013-10-25 11:14:21 -07:00
Rowan Cockett fc4294eb4d Added A sample Linear problem that runs! 2013-10-24 15:11:48 -07:00
Rowan Cockett f4c63d47a3 took for loop out of inversion framework. This has to be dealt with in the specific code, and is more flexible. 2013-10-24 14:12:37 -07:00
Rowan Cockett d94d3f7f37 fixes to inversion framework. DC problem is kinda working…?! 2013-10-23 18:35:37 -07:00
Rowan Cockett 548ba9aa0a bug fixes to framework. 2013-10-23 18:19:33 -07:00
Rowan Cockett 2bb20280bf to get working.. 2013-10-22 20:11:30 -07:00
Rowan Cockett 2a8f43aa10 Inversion Framework - a start.. 2013-10-22 19:42:38 -07:00
Rowan Cockett 0cb9fa210a print statements now go to problem if they are implemented there. 2013-10-22 14:43:24 -07:00
Rowan Cockett 0089931075 bug fixes for optimization 2013-10-07 15:15:18 -07:00
Rowan Cockett 7cf8ef2310 Moved testing code to the test directory. added __init__.py and some documentation. 2013-10-03 14:55:22 -07:00
Rowan Cockett a6da74c347 Creating the inverse problem framework. Feedback welcome! 2013-10-01 20:33:57 -07:00