Skip to content

Interface: SpaceSearchRequest

@kortexya/reasoninglayer


@kortexya/reasoninglayer / Spaces / SpaceSearchRequest

Interface: SpaceSearchRequest

Defined in: src/types/spaces.ts:200

Request to search for solutions.

Properties

collectTraces?

optional collectTraces: boolean | null

Defined in: src/types/spaces.ts:206

Enable trace collection during search.


maxSolutions?

optional maxSolutions: number | null

Defined in: src/types/spaces.ts:204

Maximum number of solutions to find (only used in "solutions" mode).


mode?

optional mode: SearchModeDto

Defined in: src/types/spaces.ts:213

Which computation to perform. Omit or set to "solutions" for the default enumeration behaviour (backward compatible).


strategy

strategy: SearchStrategyDto

Defined in: src/types/spaces.ts:202

Search strategy to use.


useNeuralGuidance?

optional useNeuralGuidance: boolean | null

Defined in: src/types/spaces.ts:208

Wire the neural scorer into search (AlphaProof-style guidance).