IgorKuszczak

Results 5 comments of IgorKuszczak

Hello @lena-kashtelyan, thanks for responding so quickly! My implementation is very similar to the one shown in the Service API tutorials. The main difference is that I evaluate the objective...

Hi @lena-kashtelyan, I feel like some of my problems might be a result of me misunderstanding what the `get_pareto_optimal_parameters()` function does. The documentation states that it identifies best parameterizations tried...

@lena-kashtelyan, I removed the outcome constraints check and it resulted in an empty dictionary as an output with no extra errors. Is this the expected behaviour here?

Hi @bernardbeckerman, I am using thresholds in both objectives: 0.9 for the 'displacement' (minimized) and 30 for the 'weight_savings' (maximized). As you can see in the picture below, there are...

Interestingly, when I set `use_model_predictions` to False, the code returns all arms, apart from the ones not within the set constraint, and they do not seem to be ordered in...