Here is a list of all functions with links to the classes they belong to:
- s -
- sanitizeForFilename() : UciProtocol
- save() : TTEntry
- saveFullToFile() : TranspositionTable
- saveTTSnapshotForMove() : UciProtocol
- scoreMove() : MovePicker
- scoreMoveFast() : Negamax
- see() : Negamax
- selectBestChild() : MCTS
- selectBestMove() : MovePicker
- selection() : MCTS
- selectUCBChild() : MCTS
- sendBestMove() : UciProtocol
- sendInfo() : UciProtocol
- setAggression() : EvalContextMoECache, IEvaluator
- setConfig() : TimeManager
- setDisabled() : TranspositionTable
- setEvalNormalization() : EvalContextMoECache, IEvaluator
- setEvalScale() : EvalContextMoECache, IEvaluator
- setExplorationConstant() : MCTS
- setIncrementalRebuildInterval() : EvalContextMoECache, IEvaluator
- setInfoCallback() : ISearch, MCTS, Negamax
- setNumThreads() : TranspositionTable
- setOption() : UciOptions
- setPendingTTLoadFile() : UciProtocol
- setTTDisabled() : UciProtocol
- shared_weights() : MoEDoubleAccumulator
- shouldStop() : Negamax, TimeManager
- shouldStopIteration() : Negamax
- sigmoid() : ExpertRouter
- SimpleEvalContext() : SimpleEvalContext
- simulation() : MCTS
- single_expert_weights() : MoEDoubleAccumulator
- softmax() : ExpertRouter
- startSearch() : ISearch, MCTS, Negamax
- stop() : ISearch, MCTS, Negamax
- store() : EvalEntry, TranspositionTable
- storeEval() : TranspositionTable
- syncTimeToShared() : Negamax