kgp.fitness / CsvCaseLoaderOptions

CsvCaseLoaderOptions

data class CsvCaseLoaderOptions

Options to configure a CsvCaseLoader instance.

Constructors

<init> CsvCaseLoaderOptions(filename: String, numFeatures: Int)

Options to configure a CsvCaseLoader instance.

Properties

filename val filename: String

The name of the CSV file to load the cases from.

numFeatures val numFeatures: Int

The number of features each case has.