Searched refs:TAOObjectiveFunction (Results 1 – 3 of 3) sorted by relevance
92 cdef TAOObjectiveFunction
309 …def setObjective(self, objective: TAOObjectiveFunction, args: tuple[Any, ...] | None = None, kargs… argument423 def getObjective(self) -> TAOObjectiveFunction:
392 TAOObjectiveFunction = Callable[[TAO, Vec], float] variable