Skip to content

Add a machine learning tool for user-defined functions #380

@odunbar

Description

@odunbar

Issue

Primarily for debugging etc. It would be convenient to define a new "machine learning tool" type that just evaluates a given function. We will not directly address the dimension reduction handling here, so the user would have to know about this. But the idea is that one could e.g. define the actual forward map "G" in simple settings and pass this in.

Possible solution

  • define a new tool called "UserDefinedMLT" which is built with a function,
  • optimize does nothing and predict just calls the function and uses the result to produce a mean and covariance

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions