autointent.configs.OptimizationConfig#

class autointent.configs.OptimizationConfig#

Configuration for the optimization process.

seed: int = 0#

Seed for the random number generator

data: DataConfig#

Configuration for the data used in the optimization process

task: TaskConfig#

Configuration for the task to optimize

logs: LoggingConfig#

Configuration for the logging

vector_index: VectorIndexConfig#

Configuration for the vector index

embedder: EmbedderConfig#

Configuration for the embedder

defaults: list[Any]#