26453d58671e01410b22287a723f76d6bb98803f,optuna/storages/in_memory.py,InMemoryStorage,get_study_id_from_trial_id,#InMemoryStorage#Any#,107
Before Change
def get_study_id_from_trial_id(self, trial_id):
// type: (int) -> int
return IN_MEMORY_STORAGE_STUDY_ID
def get_study_name_from_id(self, study_id):
// type: (int) -> str
After Change
def get_study_id_from_trial_id(self, trial_id):
// type: (int) -> int
self._check_trial_id(trial_id)
return self._trial_id_to_study_id_and_number[trial_id][0]
def get_study_name_from_id(self, study_id):
// type: (int) -> str
In pattern: SUPERPATTERN
Frequency: 4
Non-data size: 4
Instances
Project Name: pfnet/optuna
Commit Name: 26453d58671e01410b22287a723f76d6bb98803f
Time: 2020-05-11
Author: ytsmiling@gmail.com
File Name: optuna/storages/in_memory.py
Class Name: InMemoryStorage
Method Name: get_study_id_from_trial_id
Project Name: pfnet/optuna
Commit Name: d5d2a849496362535ceaeef92aff9bec4e2edeba
Time: 2020-04-30
Author: ytsmiling@gmail.com
File Name: optuna/storages/in_memory.py
Class Name: InMemoryStorage
Method Name: get_study_id_from_trial_id
Project Name: pfnet/optuna
Commit Name: d5d2a849496362535ceaeef92aff9bec4e2edeba
Time: 2020-04-30
Author: ytsmiling@gmail.com
File Name: optuna/storages/in_memory.py
Class Name: InMemoryStorage
Method Name: get_trial_number_from_id
Project Name: pfnet/optuna
Commit Name: 26453d58671e01410b22287a723f76d6bb98803f
Time: 2020-05-11
Author: ytsmiling@gmail.com
File Name: optuna/storages/in_memory.py
Class Name: InMemoryStorage
Method Name: get_trial_number_from_id