Replies: 1 comment 4 replies
-
Unfortunately If your goal is just to have all the models "normalized" in some way, then my suggestion would be to just use a fixed value for The only way I can think to do this within phoebe (in the future) is by allowing a custom callback function similar to the existing support for custom cost functions - do you think that would be useful or does that sound just as complicated? |
Beta Was this translation helpful? Give feedback.
-
Hi,
I want to compute a sample of forward models using distributions but I want to keep pbflux=2. Is there any way to do that using phoebe distributions and single run_compute(), assuming b.set_value('sample_num@compute', value=10)? I know I can do this by setting priors manually and running run_compute() 10 times, but it would be much more convenient if I can do this without a loop.
I can do this that way:
But it would be great to do this in such a way:
Is there an option to this without using a loop for run_compute?
Beta Was this translation helpful? Give feedback.
All reactions