Question-and-Answer Resource for the Building Energy Modeling Community
Get started with the Help page
Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Definition of constraints in jEPlus+EA

Could anybody familiar with JEPLUS+EA explain in detail how to define constraints for an optimization run. Below you see the RVX example.

image description

I do not really understand what is meant by feasible range [0, 100000.0] and normalized between [0.0, 400000.0] The RVX code for the constraint definition is:

"constraints" : [
    {
        "identifier" : "s1",
        "formula" : "(c0+c1)/1000/3600",
        "caption" : "Electricity [kWh]",
        "scaling" : true,
        "lb" : "0",
        "ub" : "100000",
        "min" : "0",
        "max" : "400000",
        "weight" : "1.0"
    }
],

Definition of constraints in jEPlus+EA

Could anybody familiar with JEPLUS+EA explain in detail how to define constraints for an optimization run. Below you see the RVX example.

image description

I do not really understand what is meant by feasible range [0, 100000.0] and normalized between [0.0, 400000.0] The RVX code for the constraint definition is:

"constraints" : [
    {
        "identifier" : "s1",
        "formula" : "(c0+c1)/1000/3600",
        "caption" : "Electricity [kWh]",
        "scaling" : true,
        "lb" : "0",
        "ub" : "100000",
        "min" : "0",
        "max" : "400000",
        "weight" : "1.0"
    }
],

Definition of constraints in jEPlus+EA

Could anybody familiar with JEPLUS+EA explain in detail how to define constraints for an optimization run. Below you see the RVX example.

image description

I do not really understand what is meant by feasible range [0, 100000.0] and normalized between [0.0, 400000.0] The RVX code for the constraint definition is:

"constraints" : [
    {
        "identifier" : "s1",
        "formula" : "(c0+c1)/1000/3600",
        "caption" : "Electricity [kWh]",
        "scaling" : true,
        "lb" : "0",
        "ub" : "100000",
        "min" : "0",
        "max" : "400000",
        "weight" : "1.0"
    }
],