Go to the documentation of this file.
3 #ifndef OSL_RATEDMOVE_H
4 #define OSL_RATEDMOVE_H
56 using rating::RatedMove;
bool operator<(RatedMove const &lhs, RatedMove const &rhs)
bool operator>(RatedMove const &lhs, RatedMove const &rhs)
int optimisticRating() const
RatedMove(Move move, int rating, int optimistic)
void setOptimisticRating(int rating)
RatedMove(Move move, int rating)
signed short optimistic_rating
std::ostream & operator<<(std::ostream &os, RatedMove const &moveLogProb)
bool operator==(RatedMove const &lhs, RatedMove const &rhs)
void setRating(int rating)