aivis-engine-v2-cn-sdk-c  0.0.0-master.5224.aec3e3c7x
Data Fields
DtoFloatCostValueWithNextNormal Struct Reference

#include <aivis-engine-v2-cn-core-full.h>

Data Fields

const char * cost_type
 
double value
 
double next_normal_value
 

Detailed Description

Triplet with cost_type, value of the cost function before and after optimization DTO class for transferring DtoFloatCostValueWithNextNormal from/to the engine. NOTE: This is not part of the JSON-API (Object is not serialized to json)

Field Documentation

◆ cost_type

const char* DtoFloatCostValueWithNextNormal::cost_type

Type of cost function

◆ next_normal_value

double DtoFloatCostValueWithNextNormal::next_normal_value

Evaluation of cost function after optimization

◆ value

double DtoFloatCostValueWithNextNormal::value

Evaluation of cost function before optimization


The documentation for this struct was generated from the following file: