io-chess
UCI chess engine
Loading...
Searching...
No Matches
utils Namespace Reference

Classes

class  Colors

Functions

 set_seed (int seed, bool verbose=True)

Detailed Description

@file utils.py
@brief Training utility functions.

Provides helper scripts for setting random seeds, console coloring, and logging.

Function Documentation

◆ set_seed()

set_seed ( int seed,
bool verbose = True )
Set the random seed for reproducibility across various libraries and frameworks.