This commit is contained in:
2025-05-24 21:22:58 +02:00
parent 21b44a71bf
commit f6f6fb89fd
10 changed files with 404 additions and 23 deletions

View File

@@ -40,6 +40,8 @@ typedef struct nn_computer {
double temperature;
double temperatureCoefficient;
double roomTemperature;
size_t callCost;
size_t callBudget;
} nn_computer;
#endif