gana.operators.composition

Contents

gana.operators.composition#

Function Compositions

Functions

inf(function)

Minimize the function

sup(function)

Maximize the function

Classes

O(function)

Objective Function

inf(function: F | V) O[source]#

Minimize the function

Parameters:

function (F) – function to minimize

sup(function: F | V) O[source]#

Maximize the function

Parameters:

function (F) – function to maximize