Uses of Interface
neqsim.process.ml.surrogate.SurrogateModelRegistry.SurrogateModel
Packages that use SurrogateModelRegistry.SurrogateModel
Package
Description
Surrogate models and physics constraint validation for AI/ML integration.
-
Uses of SurrogateModelRegistry.SurrogateModel in neqsim.process.ml.surrogate
Fields in neqsim.process.ml.surrogate declared as SurrogateModelRegistry.SurrogateModelModifier and TypeFieldDescription(package private) final SurrogateModelRegistry.SurrogateModelSurrogateModelRegistry.SurrogateModelEntry.modelMethods in neqsim.process.ml.surrogate that return types with arguments of type SurrogateModelRegistry.SurrogateModelModifier and TypeMethodDescriptionGets a registered surrogate model.Methods in neqsim.process.ml.surrogate with parameters of type SurrogateModelRegistry.SurrogateModelModifier and TypeMethodDescriptionvoidSurrogateModelRegistry.register(String modelId, SurrogateModelRegistry.SurrogateModel model) Registers a surrogate model.voidSurrogateModelRegistry.register(String modelId, SurrogateModelRegistry.SurrogateModel model, SurrogateModelRegistry.SurrogateMetadata metadata) Registers a surrogate model with metadata.Constructors in neqsim.process.ml.surrogate with parameters of type SurrogateModelRegistry.SurrogateModelModifierConstructorDescription(package private)SurrogateModelEntry(SurrogateModelRegistry.SurrogateModel model, SurrogateModelRegistry.SurrogateMetadata metadata)