Datasets:
Upload problem_definitions/regression.yaml
Browse files
problem_definitions/regression.yaml
ADDED
|
@@ -0,0 +1,27 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
constant_features:
|
| 2 |
+
- Base_2_2/Zone/PointData/GridLocation
|
| 3 |
+
- Global/displacement
|
| 4 |
+
- Global/fracture energy
|
| 5 |
+
- Global/strain energy
|
| 6 |
+
- Global/total energy
|
| 7 |
+
input_features:
|
| 8 |
+
- Base_2_2/Zone/Elements_QUAD_4/ElementConnectivity
|
| 9 |
+
- Base_2_2/Zone/Elements_QUAD_4/ElementRange
|
| 10 |
+
- Base_2_2/Zone/GridCoordinates/CoordinateX
|
| 11 |
+
- Base_2_2/Zone/GridCoordinates/CoordinateY
|
| 12 |
+
- Base_2_2/Zone/PointData/materialID
|
| 13 |
+
- Global/config
|
| 14 |
+
- Global/fref
|
| 15 |
+
- Global/pfThres
|
| 16 |
+
- Global/x-force
|
| 17 |
+
- Global/y-force
|
| 18 |
+
output_features:
|
| 19 |
+
- Base_2_2/Zone/PointData/Displacement_X
|
| 20 |
+
- Base_2_2/Zone/PointData/Displacement_Y
|
| 21 |
+
- Base_2_2/Zone/PointData/PhaseField
|
| 22 |
+
task: regression
|
| 23 |
+
test_split:
|
| 24 |
+
test: all
|
| 25 |
+
train_split:
|
| 26 |
+
train: all
|
| 27 |
+
version: 0.1.10.dev114+gcbd3fd46f.d20251014
|