admin管理员组

文章数量:1125333

This comment is from this issue:

I found out what the issue was, If you load a study using "optuna.study.load_study" the settings for the study are not loaded and they revert to default. Which in this case meant the sampler was changing from NSGAIII to the BaseSampler

I am looking at the codebase here:

.py#L1295

I am unable to find in the code base where BaseSampler is set as the default.

In what files is BaseSampler set as the default?

本文标签: pythonDefault to BaseSampler for loadstudyStack Overflow