• Joined on 2023-09-27
Daniel pushed to main at Daniel/master-thesis 2025-05-15 16:25:59 +02:00
d7e18f183d benchmarking: updated benchmarking suite and prepared for taking the benchmarks
Daniel pushed to main at Daniel/playaround_ideas 2025-05-15 15:39:07 +02:00
4e3f6f5608 Update README.md
Daniel pushed to main at Daniel/playaround_ideas 2025-05-15 11:08:06 +02:00
ef5b0df1e6 Update README.md
Daniel pushed to main at Daniel/playaround_ideas 2025-05-15 09:08:10 +02:00
19b24022ea Update README.md
Daniel pushed to main at Daniel/playaround_ideas 2025-05-13 21:12:51 +02:00
70aae690b0 Update README.md
Daniel pushed to main at Daniel/master-thesis 2025-05-11 16:54:29 +02:00
3d80ae95e4 benchmarking: further tests done. Seems like transpiler takes ages, need to investigate further
Daniel pushed to main at Daniel/master-thesis 2025-05-10 15:10:35 +02:00
5b31fbb270 benchmarking: changes to not fill up all of the RAM
Daniel closed issue Daniel/master-thesis#16 2025-05-10 14:32:58 +02:00
Add support for missing operators
Daniel commented on issue Daniel/master-thesis#16 2025-05-10 14:32:58 +02:00
Add support for missing operators

Fixed in 6d3c3164cf

Daniel pushed to main at Daniel/master-thesis 2025-05-10 13:11:43 +02:00
2ba1fef5ba benchmarking: removed caches to get initial performance measurement. still some problems
Daniel pushed to main at Daniel/master-thesis 2025-05-10 09:36:12 +02:00
6d3c3164cf expression processing: added support for inverse/reciprocal
Daniel pushed to main at Daniel/master-thesis 2025-05-09 19:20:38 +02:00
7121329a17 benchmarking: started tuning benchmarking results. found some errors that need fixing
Daniel opened issue Daniel/master-thesis#16 2025-05-09 19:19:14 +02:00
Add support for missing operators
Daniel pushed to main at Daniel/master-thesis 2025-05-09 13:58:28 +02:00
327e4ebf1b benchmarking: prepared tests for using actual data
Daniel closed issue Daniel/master-thesis#12 2025-05-09 11:05:36 +02:00
ExpressionProcessing: Variables/Parameters as array
Daniel commented on issue Daniel/master-thesis#12 2025-05-09 11:05:25 +02:00
ExpressionProcessing: Variables/Parameters as array

Fixed in 2c8a9cd2d8

Daniel pushed to main at Daniel/master-thesis 2025-05-09 11:04:25 +02:00
2c8a9cd2d8 added support for variables and parameters as array. also improved conversion of variables and parameters into Expressionelement
Daniel commented on issue Daniel/master-thesis#15 2025-05-09 10:43:24 +02:00
Interpreter: Test complex expressions

Fixed with #aaa3f2c7c0

Daniel closed issue Daniel/master-thesis#15 2025-05-09 10:43:24 +02:00
Interpreter: Test complex expressions
Daniel pushed to main at Daniel/master-thesis 2025-05-09 09:46:01 +02:00
aaa3f2c7c0 interpreter: reverted previous change to make interpreter work correctly again