Commit Graph

  • 9a271d90de recording some past changes main Will King 2024-08-13 11:47:44 -0700
  • e6d2f7f93c just storing old work I forgot to commit Will King 2024-04-23 13:42:45 -0700
  • c9f710b724 Working Simulation youainti 2023-08-29 11:20:55 -0700
  • e22fac4ce0 bringing repo up to date will king 2023-08-23 08:04:44 -0700
  • 4719a8504c Added notes on the model that I currently have. will king 2023-08-08 19:19:12 -0700
  • 48419a530d added Dockerfile to create Julia/Pluto containers will king 2023-08-03 18:35:31 -0700
  • 7ec2ede00e Merged work sitting in bitbucket into local repo temporaryWork will king 2023-06-19 16:17:23 -0700
  • 3cab6305ae Recording past presentation will king 2023-06-17 15:59:43 -0700
  • 2fc2bdc36d manually updating local branch with changes from remote, using copy/paste will king 2023-06-17 15:51:52 -0700
  • a0358c3d01 adding data from specific runs will king 2023-06-07 13:50:21 -0700
  • 162c0f49dd bringing stuff up to date. youainti 2022-05-18 11:08:30 -0700
  • 3a65710526 partial refactoring and redesign to use struct of arrays on states will king 2022-01-13 09:50:32 -0800
  • 51eff92f7e Changed module to actually function and started adding testing. will king 2021-11-27 11:52:33 -0800
  • db44fa86cc Refactored into files will king 2021-11-24 13:33:49 -0800
  • cd6c414ca2 changed gitignore and added the module I'm hoping to build. youainti 2021-11-22 11:20:23 -0800
  • 40ccb4e84e Fixed debris issue and setup plots youainti 2021-11-22 10:15:33 -0800
  • f17ba05d7f implemented save and reload functionality. youainti 2021-11-18 14:32:33 -0800
  • f8d3643329 Finished presentation, got congergent social planner problem. youainti 2021-11-18 10:54:14 -0800
  • 333bc5000c working convergence, with a saved model will king 2021-11-17 08:47:35 -0800
  • be47bfc2f1 added notes on the things to finalize other than conclusion. youainti 2021-11-16 19:37:07 -0800
  • 81bc58ba71 Got most of the presentation finished youainti 2021-11-16 19:34:55 -0800
  • bf57b47138 Proofread for seminar. Updated mathematic notation youainti 2021-11-16 10:45:52 -0800
  • 3f15afab76 Cleaned up results area, although it is still missing things. youainti 2021-11-15 23:30:01 -0800
  • c2dd67c744 finished rewriting computational methods section. youainti 2021-11-15 23:09:47 -0800
  • d762e32cf7 Removed social planner's references to euler equations. youainti 2021-11-15 20:49:18 -0800
  • 4a189109e6 Removed euler equation references from operator's problem youainti 2021-11-15 20:44:10 -0800
  • f5447b116c Outlined presentation and began work on it. youainti 2021-11-15 20:41:30 -0800
  • 56a89717ab outline of story and ending of presentation will king 2021-11-14 19:27:40 -0800
  • cf9a581bec Almost completed redesign of the system. Needs tested. youainti 2021-11-12 17:18:50 -0800
  • 90478868e1 Working branched policy operator and in the middle of cleaning up how loss function etc work youainti 2021-11-11 16:20:49 -0800
  • 76b8cfdc8f Experimenting with flux chains and parallel to get some background knowledge on how to construct the operator policy function youainti 2021-11-11 12:34:46 -0800
  • c3b4b3e8b4 Currently working Social Planner's problem. but I need to get operators problem working. youainti 2021-11-11 10:26:57 -0800
  • 5d60a23270 current work on making operator level maximization as opposed to just the planner level. youainti 2021-11-09 13:05:54 -0800
  • 2414e15735 properly implemented social planner's problem youainti 2021-11-08 17:39:00 -0800
  • 259a5c942f just committing some changes I have locally to keep them separate from the main work going on in BellmanResidualMinimization.jl youainti 2021-11-06 12:01:36 -0700
  • f47dd09a8b Got basic planner problem converging. youainti 2021-11-06 12:00:01 -0700
  • 55911694b7 Fixed loss function. youainti 2021-11-05 15:06:39 -0700
  • 6dab0f3b4d created the basic bellman residual minimization approach, still needs work. youainti 2021-11-04 17:29:04 -0700
  • 63135d8298 Finished investigation of using Maliar et al's approach. Currently not feasible. youainti 2021-11-02 19:57:57 -0700
  • 66a237cd19 current work, including a whole lot of julia stuff (Pluto.jl FTW) youainti 2021-11-02 16:24:57 -0700
  • d5635622cc current work, can't get convergence as I'd like youainti 2021-10-18 17:16:10 -0700
  • 90a4a56baf current work on differentiating the profit function youainti 2021-10-13 18:00:17 -0700
  • 1ad55eb603 isolated issue with convergence of EstimandNN to the Partials NN, and moved previous work on dimension from SimplifiedApproach0 to NeuralNetworkSpecification youainti 2021-10-13 14:57:10 -0700
  • 1595bd2241 got choice and partials functions to use correct dimensionality youainti 2021-10-12 17:58:48 -0700
  • d8fff40288 Got most of the neural network stuff working. Some parameter updates to manage in NeuralNetworkSpecifications youainti 2021-10-01 18:41:39 -0700
  • 7b51044057 I've got the neural net with both launches and partials written, although some internals need redone because I misunderstood ReLU. Those misunderstandings are documented in the Background. youainti 2021-09-30 21:45:24 -0700
  • 2657f4d821 got most of the new interfaces/abstractions written, and they appear to be working. Have the basics of a NN outlined. Have added a document with infomration about neural networks and PyTorch in particular. Wrote my own Upscaling module. youainti 2021-09-30 18:06:41 -0700
  • d0bcdd87c0 saving work to be able work on it at home. Wrote most of the new abstractions (concrete and abstract classes) over states and model definition. Still missing some functions. youainti 2021-09-28 17:00:46 -0700
  • cd994a640e Fixed neural network stuff, and came up with an example training loop. First implementation of optimality conditions completed. youainti 2021-09-25 17:48:17 -0700
  • d1840a9ed7 Got a basic optimality condition function working youainti 2021-09-23 11:13:01 -0700
  • 21b91cd4e8 Changed to have launches as a global function youainti 2021-09-23 08:16:50 -0700
  • 9335ce1295 verified working state in connect_trans* and moved the next steps from that file to README youainti 2021-09-14 09:16:54 -0700
  • 28dcb5a359 have addressed the merge issue by forcing successful_recursing to remote version as recorded in connect_transition_to_optimality. This should have working versions of everything. youainti 2021-09-14 09:13:36 -0700
  • 92cb373b06 updated a couple of files (one of which will be overwritten in a soon to exist pull/merge), and added a readme youainti 2021-09-13 07:44:39 -0700
  • ef550d6098 got transition recursion working, and created a notebook for the next step: connecting transition to optimality and creating a loss function Will King 2021-09-11 18:58:54 -0700
  • 3e8b8f5284 reviewed basic neural net (minor change) and changed the destruction (satellite loss) function in successfull recursion youainti 2021-09-08 16:14:38 -0700
  • de54b5767c Got to a good point to share, have incorporated all of Tom Marsh's suggestions. Will King 2021-08-27 11:02:52 -0700
  • fb5e70820c Almost finished last of suggested changes youainti 2021-08-26 14:29:49 -0700
  • 0c941a4335 Rearranged main layout, part way through updating sections, added sections. Updated current status in readme. youainti 2021-08-25 16:45:24 -0700
  • 9d082f4667 Removed section on suvival rates youainti 2021-08-25 15:39:43 -0700
  • af4783827f quick note youainti 2021-08-24 17:38:12 -0700
  • 322fd02fa2 todays work youainti 2021-08-24 17:23:08 -0700
  • 9f65785327 Began incorporating Tom Marsh's suggestions youainti 2021-08-24 10:16:49 -0700
  • 55f8a0b00d changes to recursion attempt youainti 2021-08-04 14:25:02 -0700
  • b40a6af274 finished fixing references youainti 2021-07-26 17:35:30 -0700
  • 9430a609ad Merge branch 'temporaryWork' of bitbucket.org:wking42/orbits into temporaryWork This is merging some work I did at home, fixing citations to work from the office. youainti 2021-07-26 16:44:27 -0700
  • d9588f5a56 Fixed most Reference Errors Will King 2021-07-26 06:26:42 -0700
  • 3ecc922087 Changes to computation section youainti 2021-07-23 16:50:54 -0700
  • 06d4471b18 Checking in today's work youainti 2021-07-15 17:54:29 -0700
  • fa251d831f Merge branch 'temporaryWork' of bitbucket.org:wking42/orbits into temporaryWork This is merging work from home into my office work. youainti 2021-07-15 16:42:35 -0700
  • b0ac372228 just checking in what I have so far in order to merge. youainti 2021-07-15 16:42:31 -0700
  • bb24885b99 error in 05_socialPlanner, but need to leave for the day. Will King 2021-07-14 20:08:38 -0700
  • cc5466d7b0 Added the introduction (which includes the lit review), updated kessler region and syndrome sections Will King 2021-07-10 20:30:16 -0700
  • 444c1b26ca Started on Lit review, and included some other work. Will King 2021-07-10 11:28:57 -0700
  • 37eab9bdcd got computational to a good state, started cleaning up laws of motion and survival analysis. Added a 4th and 5th level of subsections (titled paragraphs) youainti 2021-07-09 17:14:16 -0700
  • 226f344f02 began writing computational approach youainti 2021-07-07 18:53:57 -0700
  • 3ca5312fab got successful recursive generation for the euler equation stuff youainti 2021-07-03 20:04:39 -0700
  • 58f10e54ea Found problem with iterations, have not fixed youainti 2021-07-01 17:59:59 -0700
  • 74772007af ignored ipynb checkpoints youainti 2021-06-28 18:41:17 -0700
  • c9e6637157 cleaned up files, got a working transition function youainti 2021-06-28 18:36:19 -0700
  • 823880e07a Merge branch 'master' into temporaryWork youainti 2021-06-28 16:57:19 -0700
  • e818123266 Tested incorporating the jacobian as part of a funciton Will King 2021-06-24 19:57:27 -0700
  • 487eec3b77 more work on constructing tensors and jacobians youainti 2021-06-23 16:53:29 -0700
  • 01a883a004 Added more work on setting up euler equations using pytorch youainti 2021-06-22 17:39:51 -0700
  • ea4fec2813 some computational stuff Will King 2021-06-22 16:41:21 -0700
  • cdd75d05ea removed a pdf youainti 2021-06-22 16:17:14 -0700
  • d1cd4e6de9 edited .gitignore youainti 2021-06-22 16:14:44 -0700
  • 8f6e0423ab finished generalized solution explanation. added pseudo_code section youainti 2021-06-22 16:11:21 -0700
  • 35b8c165b6 Writing appendix on general multivariate notation and methods. youainti 2021-06-14 18:47:10 -0700
  • 2f8613f5bf Stuff I had worked on previously but not touched recently. Cleanup before resuming work. youainti 2021-06-14 16:54:15 -0700
  • ff97df59e6 Merge branch 'master' of bitbucket.org:wking42/orbits this is pulling work that I committed & pushed on my laptop over to my desktop youainti 2021-05-17 17:36:58 -0700
  • 521671ea0c Correcting errors regarding envelope conditions youainti 2021-05-17 17:35:13 -0700
  • 244480c338 Merge branch 'code' into main, just to not loose track of it. Will King 2021-05-14 13:21:20 -0700
  • 6e636c8034 Recording code stuff Will King 2021-05-14 13:16:01 -0700
  • df8499c1e6 just notes on stuff that need changed youainti 2021-05-11 16:59:00 -0700
  • 9a55b5129f added work on Survial Analysis youainti 2021-05-11 16:57:05 -0700
  • 7de735873d added work on Constellation Operator problem youainti 2021-05-11 16:55:25 -0700
  • ccd5c8f2b1 stage various changes that I don't really rember before getting back into things. youainti 2021-05-10 18:43:12 -0700
  • 97bd5e8a13 Adding Arrow option ot tikz Will King 2021-03-11 18:02:35 -0800
  • 5f04ca1d71 Couple of missed additions Will King 2021-03-06 17:03:08 -0800