KADABRA API

LARA API

LARA Common Language API

(.js)
laraImport("kadabra.adapt.Algorithm");

(.lara)
import kadabra.adapt.Algorithm;

AdaptiveAlgorithm

Constructor

AdaptiveAlgorithm

new AdaptiveAlgorithm(id, $targetMethod, templateName, provider)

Parameters

id: any
$targetMethod: any
templateName: any
provider: any

Instance Members

getAlgorithm

getAlgorithm()

getSupplier

getSupplier()

AlgorithmWithKnob

Constructor

AlgorithmWithKnob

new AlgorithmWithKnob(lambda, id, knobConsumer, configSupplier)

Parameters

lambda: any
id: any
knobConsumer: any
configSupplier: any

Instance Members

getAlgorithm

getAlgorithm()

getSupplier

getSupplier()

GenerativeAlgorithm

Constructor

GenerativeAlgorithm

new GenerativeAlgorithm(id, $interface, templateName, provider, providerType, extraArg)

Parameters

id: any
$interface: any
templateName: any
provider: any
providerType: any
extraArg: any

Instance Members

getAlgorithm

getAlgorithm()

getSupplier

getSupplier()

SimpleAlgorithm

Constructor

SimpleAlgorithm

new SimpleAlgorithm(lambda, id)

Parameters

lambda: any
id: any

Instance Members

getAlgorithm

getAlgorithm()

getSupplier

getSupplier()

instance

instance()