parse_gamelog_bestmove: Extract the best moves from rbitr's 'evaluate_game()' output

View source: R/parse_gamelog.R

parse_gamelog_bestmoveR Documentation

Extract the best moves from rbitr's evaluate_game() output

Description

parse_gamelog_bestmove() is an internal function called by parse_gamelog().

Usage

parse_gamelog_bestmove(gamelog)

Arguments

gamelog

A list of engine output from rbitr's evaluate_game() function.

Details

Returns the engine's calculated best move (bestmove) for each position in the game. See the documentation for parse_gamelog() for full details.

Value

A list of character vectors of the extracted best moves for each position.

See Also

  • parse_gamelog()


dryguy/rbitr documentation built on Oct. 15, 2024, 6:18 a.m.