Improve conditions and refactor dataset classes (#475)
* Reimplement conditions * Refactor datasets and implement LabelBatch --------- Co-authored-by: Dario Coscia <dariocos99@gmail.com>
This commit is contained in:
committed by
Nicola Demo
parent
bdad144461
commit
a0cbf1c44a
@@ -75,8 +75,8 @@ class ReducedOrderModelSolver(SupervisedSolver):
|
||||
|
||||
.. warning::
|
||||
This solver works only for data-driven model. Hence in the ``problem``
|
||||
definition the codition must only contain ``input_points``
|
||||
(e.g. coefficient parameters, time parameters), and ``output_points``.
|
||||
definition the codition must only contain ``input``
|
||||
(e.g. coefficient parameters, time parameters), and ``target``.
|
||||
|
||||
.. warning::
|
||||
This solver does not currently support the possibility to pass
|
||||
|
||||
Reference in New Issue
Block a user