|
5 | 5 | - [ ] Keep extracting code into modules and functions
|
6 | 6 | - [ ] Posterior analysis for gempy
|
7 | 7 | - [ ] Investigate speed
|
8 |
| -- [ ] Investigate segmentation function |
| 8 | +- [x] Investigate segmentation function |
9 | 9 | https://chatgpt.com/share/68172f53-4f7c-8000-8f42-205a033ed899
|
10 | 10 | - [ ] Create a robust api to make sure we do not mess up assigning priors to gempy parameters
|
11 | 11 | - [ ] do we need to use index_put or just normal indexing?
|
|
26 | 26 | - [x] GemPy posterior visualization
|
27 | 27 | - [x] Add proper thickness likelihood
|
28 | 28 | - [x] Segmentation function
|
| 29 | +- [ ] @Look-Bellow What would I want to have to do StonePark example as flowless as possible? |
29 | 30 | - [ ] Speed: Blocked by having a model that is not too big.
|
30 | 31 | - [ ] Time test for torch CPU
|
31 | 32 | - [ ] Time test for keops CPU
|
32 | 33 | - [ ] Time test for keops GPU
|
33 |
| - - [ ] Options and config presets |
| 34 | + - [ ] Options and config presets |
34 | 35 |
|
35 | 36 | ### Possible Design:
|
36 | 37 | - Geological Model
|
|
47 | 48 | - This would be useful to be able to visualize whatever the likelihood function represents independent of the probabilistic model.
|
48 | 49 | -
|
49 | 50 | ### What would I want to have to do StonePark example as flowless as possible?
|
50 |
| -- A way to save the model already with the correct **nugget effects** instead of having to "load nuggets" |
51 |
| -- Easy pykeops setting |
52 |
| -- Likelihood function plug and play |
53 |
| -- Some sort of pre-analysis if the model looks good. Maybe some metrics about how long it takes to run the model. |
54 |
| -- Some sort of easy set-up for having a reduced number of priors |
| 51 | +1. A way to save the model already with the correct **nugget effects** instead of having to "load nuggets" (TODO in gempy) |
| 52 | +2. Likelihood function plug and play |
| 53 | +3. Some sort of pre-analysis if the model looks good. Maybe some metrics about how long it takes to run the model. |
| 54 | + 1. Condition number |
| 55 | + 2. Acceptance rate of the posterior |
| 56 | +4. Easy pykeops setting using .env |
| 57 | +5. Some sort of easy set-up for having a reduced number of priors |
0 commit comments