aai-institute / continuiti

Learning function operators with neural networks.
GNU Lesser General Public License v3.0
19 stars 3 forks source link

WIP: Benchmark Interface #93

Closed JakobEliasWagner closed 5 months ago

JakobEliasWagner commented 5 months ago

Cleanup: Benchmark Interface

Description

This pr cleans up the benchmark interface. The interface now is a dataclass with attributes train_dataset, test_dataset, and metrics. Additionally, metrics are introduced which cover error and operator property metrics.

Which issue does this PR tackle?

How does it solve the problem?

How are the changes tested?

Checklist for Contributors

Checklist for Reviewers: