aai-institute / continuiti

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

Cleanup: Benchmark Interface #95

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. This pr additionally applies this interface to the sine benchmark.

Which issue does this PR tackle?

How does it solve the problem?

How are the changes tested?

Checklist for Contributors

Checklist for Reviewers: