pareto_set

pydantic model dakota.spec.method.pareto_set.ParetoSetSelection

Generated model for ParetoSetSelection

Show JSON schema
{
   "title": "ParetoSetSelection",
   "description": "Generated model for ParetoSetSelection",
   "type": "object",
   "properties": {
      "pareto_set": {
         "$ref": "#/$defs/ParetoSetConfig",
         "x-materialization": [
            {
               "ir_key": "method.algorithm",
               "ir_value_type": "unsigned short",
               "storage_type": "PRESENCE_ENUM",
               "stored_value": "PARETO_SET"
            }
         ]
      }
   },
   "$defs": {
      "Debug": {
         "additionalProperties": false,
         "description": "Level 5 of 5 - maximum",
         "properties": {
            "debug": {
               "const": true,
               "default": true,
               "description": "Level 5 of 5 - maximum",
               "title": "Debug",
               "type": "boolean",
               "x-materialization": [
                  {
                     "ir_key": "method.output",
                     "ir_value_type": "short",
                     "storage_type": "PRESENCE_ENUM",
                     "stored_value": "DEBUG_OUTPUT"
                  }
               ]
            }
         },
         "title": "Debug",
         "type": "object"
      },
      "MethodIteratorServerSchedulingDedicated": {
         "additionalProperties": false,
         "description": "Specify a dedicated scheduler partition for concurrent iterator executions",
         "properties": {
            "dedicated": {
               "const": true,
               "default": true,
               "description": "Specify a dedicated scheduler partition for concurrent iterator executions",
               "title": "Dedicated",
               "type": "boolean",
               "x-materialization": [
                  {
                     "ir_key": "method.iterator_scheduling",
                     "ir_value_type": "short",
                     "storage_type": "PRESENCE_ENUM",
                     "stored_value": "DEDICATED_SCHEDULER_DYNAMIC"
                  }
               ]
            }
         },
         "title": "MethodIteratorServerSchedulingDedicated",
         "type": "object"
      },
      "MethodIteratorServerSchedulingPeer": {
         "additionalProperties": false,
         "description": "Specify a peer partition for parallel iterator scheduling",
         "properties": {
            "peer": {
               "const": true,
               "default": true,
               "description": "Specify a peer partition for parallel iterator scheduling",
               "title": "Peer",
               "type": "boolean",
               "x-materialization": [
                  {
                     "ir_key": "method.iterator_scheduling",
                     "ir_value_type": "short",
                     "storage_type": "PRESENCE_ENUM",
                     "stored_value": "PEER_SCHEDULING"
                  }
               ]
            }
         },
         "title": "MethodIteratorServerSchedulingPeer",
         "type": "object"
      },
      "Normal": {
         "additionalProperties": false,
         "description": "Level 3 of 5 - default",
         "properties": {
            "normal": {
               "const": true,
               "default": true,
               "description": "Level 3 of 5 - default",
               "title": "Normal",
               "type": "boolean",
               "x-materialization": [
                  {
                     "ir_key": "method.output",
                     "ir_value_type": "short",
                     "storage_type": "PRESENCE_ENUM",
                     "stored_value": "NORMAL_OUTPUT"
                  }
               ]
            }
         },
         "title": "Normal",
         "type": "object"
      },
      "ParetoSetConfig": {
         "additionalProperties": false,
         "description": "Pareto set optimization",
         "properties": {
            "iterator_servers": {
               "anyOf": [
                  {
                     "exclusiveMinimum": 0,
                     "type": "integer"
                  },
                  {
                     "type": "null"
                  }
               ],
               "default": null,
               "description": "Specify the number of iterator servers when Dakota is run in parallel",
               "title": "Iterator Servers",
               "x-materialization": [
                  {
                     "ir_key": "method.iterator_servers",
                     "ir_value_type": "int",
                     "storage_type": "DIRECT_VALUE"
                  }
               ]
            },
            "iterator_scheduling": {
               "anyOf": [
                  {
                     "$ref": "#/$defs/MethodIteratorServerSchedulingDedicated"
                  },
                  {
                     "$ref": "#/$defs/MethodIteratorServerSchedulingPeer"
                  },
                  {
                     "type": "null"
                  }
               ],
               "default": null,
               "description": "Specify the scheduling of concurrent iterators when Dakota is run in parallel",
               "title": "Iterator Scheduling",
               "x-union-pattern": 2
            },
            "processors_per_iterator": {
               "anyOf": [
                  {
                     "exclusiveMinimum": 0,
                     "type": "integer"
                  },
                  {
                     "type": "null"
                  }
               ],
               "default": null,
               "description": "Specify the number of processors per iterator server when Dakota is run in parallel",
               "title": "Processors Per Iterator",
               "x-materialization": [
                  {
                     "ir_key": "method.processors_per_iterator",
                     "ir_value_type": "int",
                     "storage_type": "DIRECT_VALUE"
                  }
               ]
            },
            "id_method": {
               "anyOf": [
                  {
                     "type": "string"
                  },
                  {
                     "type": "null"
                  }
               ],
               "default": null,
               "description": "Name the method block; helpful when there are multiple",
               "title": "Id Method",
               "x-materialization": [
                  {
                     "ir_key": "method.id",
                     "ir_value_type": "String",
                     "storage_type": "DIRECT_VALUE"
                  }
               ]
            },
            "output": {
               "anyOf": [
                  {
                     "$ref": "#/$defs/Debug"
                  },
                  {
                     "$ref": "#/$defs/Verbose"
                  },
                  {
                     "$ref": "#/$defs/Normal"
                  },
                  {
                     "$ref": "#/$defs/Quiet"
                  },
                  {
                     "$ref": "#/$defs/Silent"
                  }
               ],
               "description": "Control how much method information is written to the screen and output file",
               "title": "Output",
               "x-model-default": "Normal",
               "x-union-pattern": 1
            },
            "final_solutions": {
               "default": 0,
               "description": "Number of designs returned as the best solutions",
               "minimum": 0,
               "title": "Final Solutions",
               "type": "integer",
               "x-materialization": [
                  {
                     "ir_key": "method.final_solutions",
                     "ir_value_type": "size_t",
                     "storage_type": "DIRECT_VALUE"
                  }
               ]
            },
            "sub_method": {
               "anchor": true,
               "anyOf": [
                  {
                     "$ref": "#/$defs/ParetoSetMethodName"
                  },
                  {
                     "$ref": "#/$defs/ParetoSetMethodPointer"
                  }
               ],
               "description": "Sub-method Selection",
               "title": "Sub Method",
               "x-union-pattern": 4
            },
            "random_weight_sets": {
               "anyOf": [
                  {
                     "$ref": "#/$defs/RandomWeightSets"
                  },
                  {
                     "type": "null"
                  }
               ],
               "argument": "count",
               "default": null,
               "description": "Number of random weighting sets"
            },
            "weight_sets": {
               "anyOf": [
                  {
                     "items": {
                        "type": "number"
                     },
                     "type": "array"
                  },
                  {
                     "type": "null"
                  }
               ],
               "default": null,
               "description": "List of user-specified weighting sets",
               "title": "Weight Sets",
               "x-aliases": [
                  "multi_objective_weight_sets"
               ],
               "x-materialization": [
                  {
                     "ir_key": "method.concurrent.parameter_sets",
                     "ir_value_type": "RealVector",
                     "storage_type": "DIRECT_VALUE"
                  }
               ]
            }
         },
         "required": [
            "sub_method"
         ],
         "title": "ParetoSetConfig",
         "type": "object"
      },
      "ParetoSetMethodName": {
         "additionalProperties": false,
         "description": "Specify sub-method by name",
         "properties": {
            "method_name": {
               "$ref": "#/$defs/ParetoSetMethodNameConfig",
               "argument": "method_name",
               "x-aliases": [
                  "opt_method_name"
               ]
            }
         },
         "required": [
            "method_name"
         ],
         "title": "ParetoSetMethodName",
         "type": "object"
      },
      "ParetoSetMethodNameConfig": {
         "additionalProperties": false,
         "description": "Specify sub-method by name",
         "properties": {
            "method_name": {
               "description": "Specify sub-method by name",
               "title": "Method Name",
               "type": "string",
               "x-materialization": [
                  {
                     "ir_key": "method.sub_method_name",
                     "ir_value_type": "String",
                     "storage_type": "DIRECT_VALUE"
                  }
               ]
            },
            "model_pointer": {
               "anyOf": [
                  {
                     "type": "string"
                  },
                  {
                     "type": "null"
                  }
               ],
               "default": null,
               "description": "Identifier for model block to be used by a method",
               "title": "Model Pointer",
               "x-aliases": [
                  "opt_model_pointer"
               ],
               "x-block-pointer": "model",
               "x-materialization": [
                  {
                     "ir_key": "method.sub_model_pointer",
                     "ir_value_type": "String",
                     "storage_type": "DIRECT_VALUE"
                  }
               ]
            }
         },
         "required": [
            "method_name"
         ],
         "title": "ParetoSetMethodNameConfig",
         "type": "object"
      },
      "ParetoSetMethodPointer": {
         "additionalProperties": false,
         "description": "Pointer to optimization or least-squares sub-method",
         "properties": {
            "method_pointer": {
               "description": "Pointer to optimization or least-squares sub-method",
               "title": "Method Pointer",
               "type": "string",
               "x-aliases": [
                  "opt_method_pointer"
               ],
               "x-block-pointer": "method",
               "x-materialization": [
                  {
                     "ir_key": "method.sub_method_pointer",
                     "ir_value_type": "String",
                     "storage_type": "DIRECT_VALUE"
                  }
               ]
            }
         },
         "required": [
            "method_pointer"
         ],
         "title": "ParetoSetMethodPointer",
         "type": "object"
      },
      "Quiet": {
         "additionalProperties": false,
         "description": "Level 2 of 5 - less than normal",
         "properties": {
            "quiet": {
               "const": true,
               "default": true,
               "description": "Level 2 of 5 - less than normal",
               "title": "Quiet",
               "type": "boolean",
               "x-materialization": [
                  {
                     "ir_key": "method.output",
                     "ir_value_type": "short",
                     "storage_type": "PRESENCE_ENUM",
                     "stored_value": "QUIET_OUTPUT"
                  }
               ]
            }
         },
         "title": "Quiet",
         "type": "object"
      },
      "RandomWeightSets": {
         "additionalProperties": false,
         "description": "Number of random weighting sets",
         "properties": {
            "count": {
               "default": 0,
               "description": "Number of random weighting sets",
               "title": "Count",
               "type": "integer",
               "x-materialization": [
                  {
                     "ir_key": "method.concurrent.random_jobs",
                     "ir_value_type": "int",
                     "storage_type": "DIRECT_VALUE"
                  }
               ]
            },
            "seed": {
               "anyOf": [
                  {
                     "type": "integer"
                  },
                  {
                     "type": "null"
                  }
               ],
               "default": null,
               "description": "Seed of the random number generator",
               "title": "Seed",
               "x-materialization": [
                  {
                     "ir_key": "method.random_seed",
                     "ir_value_type": "int",
                     "storage_type": "DIRECT_VALUE"
                  }
               ]
            }
         },
         "title": "RandomWeightSets",
         "type": "object"
      },
      "Silent": {
         "additionalProperties": false,
         "description": "Level 1 of 5 - minimum",
         "properties": {
            "silent": {
               "const": true,
               "default": true,
               "description": "Level 1 of 5 - minimum",
               "title": "Silent",
               "type": "boolean",
               "x-materialization": [
                  {
                     "ir_key": "method.output",
                     "ir_value_type": "short",
                     "storage_type": "PRESENCE_ENUM",
                     "stored_value": "SILENT_OUTPUT"
                  }
               ]
            }
         },
         "title": "Silent",
         "type": "object"
      },
      "Verbose": {
         "additionalProperties": false,
         "description": "Level 4 of 5 - more than normal",
         "properties": {
            "verbose": {
               "const": true,
               "default": true,
               "description": "Level 4 of 5 - more than normal",
               "title": "Verbose",
               "type": "boolean",
               "x-materialization": [
                  {
                     "ir_key": "method.output",
                     "ir_value_type": "short",
                     "storage_type": "PRESENCE_ENUM",
                     "stored_value": "VERBOSE_OUTPUT"
                  }
               ]
            }
         },
         "title": "Verbose",
         "type": "object"
      }
   },
   "additionalProperties": false,
   "required": [
      "pareto_set"
   ]
}

Fields:
field pareto_set: ParetoSetConfig [Required]
classmethod get_registry() dict[str, type[MethodSelection]]

Get registry, performing deferred registration on first call

classmethod get_union()

Generate Union from all registered selections

pydantic model dakota.spec.method.pareto_set.ParetoSetConfig

Pareto set optimization

Show JSON schema
{
   "title": "ParetoSetConfig",
   "description": "Pareto set optimization",
   "type": "object",
   "properties": {
      "iterator_servers": {
         "anyOf": [
            {
               "exclusiveMinimum": 0,
               "type": "integer"
            },
            {
               "type": "null"
            }
         ],
         "default": null,
         "description": "Specify the number of iterator servers when Dakota is run in parallel",
         "title": "Iterator Servers",
         "x-materialization": [
            {
               "ir_key": "method.iterator_servers",
               "ir_value_type": "int",
               "storage_type": "DIRECT_VALUE"
            }
         ]
      },
      "iterator_scheduling": {
         "anyOf": [
            {
               "$ref": "#/$defs/MethodIteratorServerSchedulingDedicated"
            },
            {
               "$ref": "#/$defs/MethodIteratorServerSchedulingPeer"
            },
            {
               "type": "null"
            }
         ],
         "default": null,
         "description": "Specify the scheduling of concurrent iterators when Dakota is run in parallel",
         "title": "Iterator Scheduling",
         "x-union-pattern": 2
      },
      "processors_per_iterator": {
         "anyOf": [
            {
               "exclusiveMinimum": 0,
               "type": "integer"
            },
            {
               "type": "null"
            }
         ],
         "default": null,
         "description": "Specify the number of processors per iterator server when Dakota is run in parallel",
         "title": "Processors Per Iterator",
         "x-materialization": [
            {
               "ir_key": "method.processors_per_iterator",
               "ir_value_type": "int",
               "storage_type": "DIRECT_VALUE"
            }
         ]
      },
      "id_method": {
         "anyOf": [
            {
               "type": "string"
            },
            {
               "type": "null"
            }
         ],
         "default": null,
         "description": "Name the method block; helpful when there are multiple",
         "title": "Id Method",
         "x-materialization": [
            {
               "ir_key": "method.id",
               "ir_value_type": "String",
               "storage_type": "DIRECT_VALUE"
            }
         ]
      },
      "output": {
         "anyOf": [
            {
               "$ref": "#/$defs/Debug"
            },
            {
               "$ref": "#/$defs/Verbose"
            },
            {
               "$ref": "#/$defs/Normal"
            },
            {
               "$ref": "#/$defs/Quiet"
            },
            {
               "$ref": "#/$defs/Silent"
            }
         ],
         "description": "Control how much method information is written to the screen and output file",
         "title": "Output",
         "x-model-default": "Normal",
         "x-union-pattern": 1
      },
      "final_solutions": {
         "default": 0,
         "description": "Number of designs returned as the best solutions",
         "minimum": 0,
         "title": "Final Solutions",
         "type": "integer",
         "x-materialization": [
            {
               "ir_key": "method.final_solutions",
               "ir_value_type": "size_t",
               "storage_type": "DIRECT_VALUE"
            }
         ]
      },
      "sub_method": {
         "anchor": true,
         "anyOf": [
            {
               "$ref": "#/$defs/ParetoSetMethodName"
            },
            {
               "$ref": "#/$defs/ParetoSetMethodPointer"
            }
         ],
         "description": "Sub-method Selection",
         "title": "Sub Method",
         "x-union-pattern": 4
      },
      "random_weight_sets": {
         "anyOf": [
            {
               "$ref": "#/$defs/RandomWeightSets"
            },
            {
               "type": "null"
            }
         ],
         "argument": "count",
         "default": null,
         "description": "Number of random weighting sets"
      },
      "weight_sets": {
         "anyOf": [
            {
               "items": {
                  "type": "number"
               },
               "type": "array"
            },
            {
               "type": "null"
            }
         ],
         "default": null,
         "description": "List of user-specified weighting sets",
         "title": "Weight Sets",
         "x-aliases": [
            "multi_objective_weight_sets"
         ],
         "x-materialization": [
            {
               "ir_key": "method.concurrent.parameter_sets",
               "ir_value_type": "RealVector",
               "storage_type": "DIRECT_VALUE"
            }
         ]
      }
   },
   "$defs": {
      "Debug": {
         "additionalProperties": false,
         "description": "Level 5 of 5 - maximum",
         "properties": {
            "debug": {
               "const": true,
               "default": true,
               "description": "Level 5 of 5 - maximum",
               "title": "Debug",
               "type": "boolean",
               "x-materialization": [
                  {
                     "ir_key": "method.output",
                     "ir_value_type": "short",
                     "storage_type": "PRESENCE_ENUM",
                     "stored_value": "DEBUG_OUTPUT"
                  }
               ]
            }
         },
         "title": "Debug",
         "type": "object"
      },
      "MethodIteratorServerSchedulingDedicated": {
         "additionalProperties": false,
         "description": "Specify a dedicated scheduler partition for concurrent iterator executions",
         "properties": {
            "dedicated": {
               "const": true,
               "default": true,
               "description": "Specify a dedicated scheduler partition for concurrent iterator executions",
               "title": "Dedicated",
               "type": "boolean",
               "x-materialization": [
                  {
                     "ir_key": "method.iterator_scheduling",
                     "ir_value_type": "short",
                     "storage_type": "PRESENCE_ENUM",
                     "stored_value": "DEDICATED_SCHEDULER_DYNAMIC"
                  }
               ]
            }
         },
         "title": "MethodIteratorServerSchedulingDedicated",
         "type": "object"
      },
      "MethodIteratorServerSchedulingPeer": {
         "additionalProperties": false,
         "description": "Specify a peer partition for parallel iterator scheduling",
         "properties": {
            "peer": {
               "const": true,
               "default": true,
               "description": "Specify a peer partition for parallel iterator scheduling",
               "title": "Peer",
               "type": "boolean",
               "x-materialization": [
                  {
                     "ir_key": "method.iterator_scheduling",
                     "ir_value_type": "short",
                     "storage_type": "PRESENCE_ENUM",
                     "stored_value": "PEER_SCHEDULING"
                  }
               ]
            }
         },
         "title": "MethodIteratorServerSchedulingPeer",
         "type": "object"
      },
      "Normal": {
         "additionalProperties": false,
         "description": "Level 3 of 5 - default",
         "properties": {
            "normal": {
               "const": true,
               "default": true,
               "description": "Level 3 of 5 - default",
               "title": "Normal",
               "type": "boolean",
               "x-materialization": [
                  {
                     "ir_key": "method.output",
                     "ir_value_type": "short",
                     "storage_type": "PRESENCE_ENUM",
                     "stored_value": "NORMAL_OUTPUT"
                  }
               ]
            }
         },
         "title": "Normal",
         "type": "object"
      },
      "ParetoSetMethodName": {
         "additionalProperties": false,
         "description": "Specify sub-method by name",
         "properties": {
            "method_name": {
               "$ref": "#/$defs/ParetoSetMethodNameConfig",
               "argument": "method_name",
               "x-aliases": [
                  "opt_method_name"
               ]
            }
         },
         "required": [
            "method_name"
         ],
         "title": "ParetoSetMethodName",
         "type": "object"
      },
      "ParetoSetMethodNameConfig": {
         "additionalProperties": false,
         "description": "Specify sub-method by name",
         "properties": {
            "method_name": {
               "description": "Specify sub-method by name",
               "title": "Method Name",
               "type": "string",
               "x-materialization": [
                  {
                     "ir_key": "method.sub_method_name",
                     "ir_value_type": "String",
                     "storage_type": "DIRECT_VALUE"
                  }
               ]
            },
            "model_pointer": {
               "anyOf": [
                  {
                     "type": "string"
                  },
                  {
                     "type": "null"
                  }
               ],
               "default": null,
               "description": "Identifier for model block to be used by a method",
               "title": "Model Pointer",
               "x-aliases": [
                  "opt_model_pointer"
               ],
               "x-block-pointer": "model",
               "x-materialization": [
                  {
                     "ir_key": "method.sub_model_pointer",
                     "ir_value_type": "String",
                     "storage_type": "DIRECT_VALUE"
                  }
               ]
            }
         },
         "required": [
            "method_name"
         ],
         "title": "ParetoSetMethodNameConfig",
         "type": "object"
      },
      "ParetoSetMethodPointer": {
         "additionalProperties": false,
         "description": "Pointer to optimization or least-squares sub-method",
         "properties": {
            "method_pointer": {
               "description": "Pointer to optimization or least-squares sub-method",
               "title": "Method Pointer",
               "type": "string",
               "x-aliases": [
                  "opt_method_pointer"
               ],
               "x-block-pointer": "method",
               "x-materialization": [
                  {
                     "ir_key": "method.sub_method_pointer",
                     "ir_value_type": "String",
                     "storage_type": "DIRECT_VALUE"
                  }
               ]
            }
         },
         "required": [
            "method_pointer"
         ],
         "title": "ParetoSetMethodPointer",
         "type": "object"
      },
      "Quiet": {
         "additionalProperties": false,
         "description": "Level 2 of 5 - less than normal",
         "properties": {
            "quiet": {
               "const": true,
               "default": true,
               "description": "Level 2 of 5 - less than normal",
               "title": "Quiet",
               "type": "boolean",
               "x-materialization": [
                  {
                     "ir_key": "method.output",
                     "ir_value_type": "short",
                     "storage_type": "PRESENCE_ENUM",
                     "stored_value": "QUIET_OUTPUT"
                  }
               ]
            }
         },
         "title": "Quiet",
         "type": "object"
      },
      "RandomWeightSets": {
         "additionalProperties": false,
         "description": "Number of random weighting sets",
         "properties": {
            "count": {
               "default": 0,
               "description": "Number of random weighting sets",
               "title": "Count",
               "type": "integer",
               "x-materialization": [
                  {
                     "ir_key": "method.concurrent.random_jobs",
                     "ir_value_type": "int",
                     "storage_type": "DIRECT_VALUE"
                  }
               ]
            },
            "seed": {
               "anyOf": [
                  {
                     "type": "integer"
                  },
                  {
                     "type": "null"
                  }
               ],
               "default": null,
               "description": "Seed of the random number generator",
               "title": "Seed",
               "x-materialization": [
                  {
                     "ir_key": "method.random_seed",
                     "ir_value_type": "int",
                     "storage_type": "DIRECT_VALUE"
                  }
               ]
            }
         },
         "title": "RandomWeightSets",
         "type": "object"
      },
      "Silent": {
         "additionalProperties": false,
         "description": "Level 1 of 5 - minimum",
         "properties": {
            "silent": {
               "const": true,
               "default": true,
               "description": "Level 1 of 5 - minimum",
               "title": "Silent",
               "type": "boolean",
               "x-materialization": [
                  {
                     "ir_key": "method.output",
                     "ir_value_type": "short",
                     "storage_type": "PRESENCE_ENUM",
                     "stored_value": "SILENT_OUTPUT"
                  }
               ]
            }
         },
         "title": "Silent",
         "type": "object"
      },
      "Verbose": {
         "additionalProperties": false,
         "description": "Level 4 of 5 - more than normal",
         "properties": {
            "verbose": {
               "const": true,
               "default": true,
               "description": "Level 4 of 5 - more than normal",
               "title": "Verbose",
               "type": "boolean",
               "x-materialization": [
                  {
                     "ir_key": "method.output",
                     "ir_value_type": "short",
                     "storage_type": "PRESENCE_ENUM",
                     "stored_value": "VERBOSE_OUTPUT"
                  }
               ]
            }
         },
         "title": "Verbose",
         "type": "object"
      }
   },
   "additionalProperties": false,
   "required": [
      "sub_method"
   ]
}

Fields:
field final_solutions: int = 0

Number of designs returned as the best solutions

Constraints:
  • ge = 0

field id_method: str | None = None

Name the method block; helpful when there are multiple

field iterator_scheduling: MethodIteratorServerSchedulingDedicated | MethodIteratorServerSchedulingPeer | None = None

Specify the scheduling of concurrent iterators when Dakota is run in parallel

field iterator_servers: int | None = None

Specify the number of iterator servers when Dakota is run in parallel

Constraints:
  • gt = 0

field output: Debug | Verbose | Normal | Quiet | Silent [Optional]

Control how much method information is written to the screen and output file

field processors_per_iterator: int | None = None

Specify the number of processors per iterator server when Dakota is run in parallel

Constraints:
  • gt = 0

field random_weight_sets: RandomWeightSets | None = None

Number of random weighting sets

field sub_method: ParetoSetMethodName | ParetoSetMethodPointer [Required]

Sub-method Selection

field weight_sets: list[DakotaFloat] | None = None

List of user-specified weighting sets

Generated Pydantic models for method.pareto_set

pydantic model dakota.spec.method.pareto_set.ParetoSetMethodName

Specify sub-method by name

Show JSON schema
{
   "title": "ParetoSetMethodName",
   "description": "Specify sub-method by name",
   "type": "object",
   "properties": {
      "method_name": {
         "$ref": "#/$defs/ParetoSetMethodNameConfig",
         "argument": "method_name",
         "x-aliases": [
            "opt_method_name"
         ]
      }
   },
   "$defs": {
      "ParetoSetMethodNameConfig": {
         "additionalProperties": false,
         "description": "Specify sub-method by name",
         "properties": {
            "method_name": {
               "description": "Specify sub-method by name",
               "title": "Method Name",
               "type": "string",
               "x-materialization": [
                  {
                     "ir_key": "method.sub_method_name",
                     "ir_value_type": "String",
                     "storage_type": "DIRECT_VALUE"
                  }
               ]
            },
            "model_pointer": {
               "anyOf": [
                  {
                     "type": "string"
                  },
                  {
                     "type": "null"
                  }
               ],
               "default": null,
               "description": "Identifier for model block to be used by a method",
               "title": "Model Pointer",
               "x-aliases": [
                  "opt_model_pointer"
               ],
               "x-block-pointer": "model",
               "x-materialization": [
                  {
                     "ir_key": "method.sub_model_pointer",
                     "ir_value_type": "String",
                     "storage_type": "DIRECT_VALUE"
                  }
               ]
            }
         },
         "required": [
            "method_name"
         ],
         "title": "ParetoSetMethodNameConfig",
         "type": "object"
      }
   },
   "additionalProperties": false,
   "required": [
      "method_name"
   ]
}

Fields:
field method_name: ParetoSetMethodNameConfig [Required]

Specify sub-method by name

pydantic model dakota.spec.method.pareto_set.ParetoSetMethodNameConfig

Specify sub-method by name

Show JSON schema
{
   "title": "ParetoSetMethodNameConfig",
   "description": "Specify sub-method by name",
   "type": "object",
   "properties": {
      "method_name": {
         "description": "Specify sub-method by name",
         "title": "Method Name",
         "type": "string",
         "x-materialization": [
            {
               "ir_key": "method.sub_method_name",
               "ir_value_type": "String",
               "storage_type": "DIRECT_VALUE"
            }
         ]
      },
      "model_pointer": {
         "anyOf": [
            {
               "type": "string"
            },
            {
               "type": "null"
            }
         ],
         "default": null,
         "description": "Identifier for model block to be used by a method",
         "title": "Model Pointer",
         "x-aliases": [
            "opt_model_pointer"
         ],
         "x-block-pointer": "model",
         "x-materialization": [
            {
               "ir_key": "method.sub_model_pointer",
               "ir_value_type": "String",
               "storage_type": "DIRECT_VALUE"
            }
         ]
      }
   },
   "additionalProperties": false,
   "required": [
      "method_name"
   ]
}

Fields:
field method_name: str [Required]

Specify sub-method by name

field model_pointer: str | None = None

Identifier for model block to be used by a method

pydantic model dakota.spec.method.pareto_set.ParetoSetMethodPointer

Pointer to optimization or least-squares sub-method

Show JSON schema
{
   "title": "ParetoSetMethodPointer",
   "description": "Pointer to optimization or least-squares sub-method",
   "type": "object",
   "properties": {
      "method_pointer": {
         "description": "Pointer to optimization or least-squares sub-method",
         "title": "Method Pointer",
         "type": "string",
         "x-aliases": [
            "opt_method_pointer"
         ],
         "x-block-pointer": "method",
         "x-materialization": [
            {
               "ir_key": "method.sub_method_pointer",
               "ir_value_type": "String",
               "storage_type": "DIRECT_VALUE"
            }
         ]
      }
   },
   "additionalProperties": false,
   "required": [
      "method_pointer"
   ]
}

Fields:
field method_pointer: str [Required]

Pointer to optimization or least-squares sub-method

pydantic model dakota.spec.method.pareto_set.RandomWeightSets

Number of random weighting sets

Show JSON schema
{
   "title": "RandomWeightSets",
   "description": "Number of random weighting sets",
   "type": "object",
   "properties": {
      "count": {
         "default": 0,
         "description": "Number of random weighting sets",
         "title": "Count",
         "type": "integer",
         "x-materialization": [
            {
               "ir_key": "method.concurrent.random_jobs",
               "ir_value_type": "int",
               "storage_type": "DIRECT_VALUE"
            }
         ]
      },
      "seed": {
         "anyOf": [
            {
               "type": "integer"
            },
            {
               "type": "null"
            }
         ],
         "default": null,
         "description": "Seed of the random number generator",
         "title": "Seed",
         "x-materialization": [
            {
               "ir_key": "method.random_seed",
               "ir_value_type": "int",
               "storage_type": "DIRECT_VALUE"
            }
         ]
      }
   },
   "additionalProperties": false
}

Fields:
field count: int = 0

Number of random weighting sets

field seed: int | None = None

Seed of the random number generator