Skip to content

Commit 941cb17

Browse files
committed
[DOC] putting my thoughts together
1 parent e0b5d8d commit 941cb17

File tree

1 file changed

+10
-7
lines changed

1 file changed

+10
-7
lines changed

docs/dev_logs/2025_May.md

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
- [ ] Keep extracting code into modules and functions
66
- [ ] Posterior analysis for gempy
77
- [ ] Investigate speed
8-
- [ ] Investigate segmentation function
8+
- [x] Investigate segmentation function
99
https://chatgpt.com/share/68172f53-4f7c-8000-8f42-205a033ed899
1010
- [ ] Create a robust api to make sure we do not mess up assigning priors to gempy parameters
1111
- [ ] do we need to use index_put or just normal indexing?
@@ -26,11 +26,12 @@
2626
- [x] GemPy posterior visualization
2727
- [x] Add proper thickness likelihood
2828
- [x] Segmentation function
29+
- [ ] @Look-Bellow What would I want to have to do StonePark example as flowless as possible?
2930
- [ ] Speed: Blocked by having a model that is not too big.
3031
- [ ] Time test for torch CPU
3132
- [ ] Time test for keops CPU
3233
- [ ] Time test for keops GPU
33-
- [ ] Options and config presets
34+
- [ ] Options and config presets
3435

3536
### Possible Design:
3637
- Geological Model
@@ -47,8 +48,10 @@
4748
- This would be useful to be able to visualize whatever the likelihood function represents independent of the probabilistic model.
4849
-
4950
### 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

Comments
 (0)