Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor base dataset class #62

Merged
merged 1 commit into from
Feb 6, 2021

Conversation

nomuramasahir0
Copy link
Contributor

Overview

In the current implementation, BaseSyntheticBanditDataset and BaseRealBanditDataset are defined independently, despite the fact that the functions of BaseRealBanditDataset include that of BaseSyntheticBanditDataset.
This PR renames the BaseSyntheticBanditDataset to BaseBanditDataset, and let BaseRealBanditDataset inherit BaseBanditDataset.

Review Points

Please check whether inheritance relation is rational and valid.

@usaito
Copy link
Contributor

usaito commented Feb 6, 2021

@nmasahiro Thanks! LGTM!

@usaito usaito merged commit 01aef32 into st-tech:master Feb 6, 2021
@nomuramasahir0 nomuramasahir0 deleted the refactor-dataset-base branch February 7, 2021 00:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants