ScatterTemple

Results 4 comments of ScatterTemple

Thank you very much for your response. To clarify, I fully understand that within the same BoTorch version, having outcome constraints will naturally make the optimization slower than not having...

Thank you very much for your time. I made some adjustments to the earlier code and ran cProfile on `gen_batch_initial_conditions` for both **0.14.1.dev41 (before #2920)** and **0.14.1.dev42 (after #2920)**. Since...

Ah, that makes sense. Here are the .prof files with the extensions changed as suggested. [cProfile_result-41.prof.txt](https://github.com/user-attachments/files/23883697/cProfile_result-41.prof.txt) [cProfile_result-42.prof.txt](https://github.com/user-attachments/files/23883698/cProfile_result-42.prof.txt)

Thank you very much for looking into this. In this example, the objectives are two-dimensional (feas_Y), and there is an additional one-dimensional constraint (CV). We prepare one SingleTaskGP for the...