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

experiment: try rank builder #530

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

olgavrou
Copy link
Collaborator

@olgavrou olgavrou commented Nov 4, 2022

The idea is to replace all the overloaded functions with builders, one for each reduction

#include "ranking_response.h"
#include "rl_string_view.h"

namespace reinforcement_learning
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

following vw's learner builder style

class basic_builder
{
protected:
const char* _event_id = nullptr;
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

to be string_view after I finally merge the other string_view event id PR

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.

1 participant