API Reference / searchConfigurations · function

Function: searchConfigurations()

function searchConfigurations(
   engine, 
   target, 
   opts): RankedMoment[];

Defined in: features.ts:76

Rank the instants in [start, end] by how closely the sky resembles target (a feature vector), best first. Realization search over the feature space.

Parameters

engine

Engine

target

number[]

opts

SearchConfigOptions

Returns

RankedMoment[]