﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
3812	Functions that depend on parameters should only get evaluated once	Lennart Ochel	Patrick Täuber	In certain cases, function evaluations is a bottleneck in simulation performance. Therefore, function calls should only get evaluated if necessary. Some of this optimizations are already implemented in the optimization module {{{wrapFunctionCalls}}}. However, there are still function calls which depend on parameter expressions and get evaluated for each simulation step. This is totally unnecessary.	enhancement	closed	high	Future	Backend		fixed		Patrick Täuber jhagemann@…
