Grail (C#)  1.3.0
A multi-platform, modular, universal engine for embedding advanced AI in games.
Grail.Data.DebugInfo.SimulatedGamesReasonerSnapshot.SimulatedGameActionMetadataSnapshot Class Reference

DTO - data transfer object / plain data object. Container for debug data that describes SimulatedGameAction More...

Public Member Functions

override string ToString ()
 

Properties

double Quality [get, set]
 Quality of the action More...
 
int Visits [get, set]
 The number of visits of the action = how many times it was sampled in iterations More...
 
string Text [get, set]
 Text representation of the action More...
 

Detailed Description

DTO - data transfer object / plain data object. Container for debug data that describes SimulatedGameAction

Property Documentation

◆ Quality

double Grail.Data.DebugInfo.SimulatedGamesReasonerSnapshot.SimulatedGameActionMetadataSnapshot.Quality
getset

Quality of the action

◆ Text

string Grail.Data.DebugInfo.SimulatedGamesReasonerSnapshot.SimulatedGameActionMetadataSnapshot.Text
getset

Text representation of the action

◆ Visits

int Grail.Data.DebugInfo.SimulatedGamesReasonerSnapshot.SimulatedGameActionMetadataSnapshot.Visits
getset

The number of visits of the action = how many times it was sampled in iterations


The documentation for this class was generated from the following file: