Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Table of Contents

Existing Optimization Models

Minimize an unweighted value

...

Code Block
languagejs
collapsetrue
{
    "minimize": {
        "sum": [
            {
                "product": [
                    100,
                    {
                        "distance_between": [
                            "customer_loc",
                            "vG"
                        ]
                    }
                ]
            },
            {
                "product": [
                    200,
                    {
                        "hpa_score": [
                            "vG"
                        ]
                    }
                ]
            }
        ]
    }
}

New Optimization Model

Objective Function Object

...

AttributeRequiredContentValuesDescription
startYDecimal
Start of the range
endYDecimal
End of the range

JSON Schema

View file
nameopt_schema.json
height250


Examples


1. Minimize an attribute of the demand

...

candidate throughputNormalized value
300 Mbps0.222
800 Mbps0.778

Impact Analysis

API  - no impact

Controller

Template version upgrade

New parser for the optimization model

Data - no impact

Solver

A new solver for the model (recursive solver)

...