|
HybridNewtonConfig.hpp
Go to the documentation of this file.
Configuration for a Hybrid Newton ML model. Definition: HybridNewtonConfig.hpp:136 std::vector< double > apply_times Definition: HybridNewtonConfig.hpp:142 bool hasInputFeature(const std::string &name) const std::vector< std::pair< std::string, FeatureSpec > > input_features Definition: HybridNewtonConfig.hpp:143 std::vector< std::pair< std::string, FeatureSpec > > output_features Definition: HybridNewtonConfig.hpp:144 HybridNewtonConfig()=default void validateConfig(bool compositionSwitchEnabled) const Validate feature compatibility with simulator settings. bool hasOutputFeature(const std::string &name) const std::string cell_indices_file Definition: HybridNewtonConfig.hpp:139 HybridNewtonConfig(const PropertyTree &model_config) Construct configuration from a PropertyTree. std::vector< int > cell_indices Definition: HybridNewtonConfig.hpp:140 Definition: blackoilbioeffectsmodules.hh:43 @ Standard Metadata for a single feature (input or output). Definition: HybridNewtonConfig.hpp:120 FeatureSpec()=default enum Opm::Scaler::Type type @ None @ MinMax @ Standard Represents a transformation applied to a feature. Definition: HybridNewtonConfig.hpp:79 double applyInverse(double transformed_value) const Definition: HybridNewtonConfig.hpp:102 Transform()=default enum Opm::Transform::Type type @ Log1p @ Log10 |