id summary reporter owner description type status priority milestone component version resolution keywords cc 2553 Provide access to script's compiled instance as dynamic object abeham jkarder "If the user adds additional methods to the class that she creates this would make those methods accessible from other operators. For example: {{{ #!csharp public dynamic Instance { get { return CompiledInstance; } // often CompiledInstance is a property that returns the compiled instance or compiles it if it hasn't been already } }}} would then allow to write the following exemplary code in an operator {{{ #!csharp var myResult = (double)ScriptParameter.ActualValue.Instance.MyMethod(5, false); }}} I would do this in general for all scripts, but at least for the OptimizationSupportScript in the external evaluation plugin. Feature request: https://groups.google.com/forum/#!topic/heuristiclab/DlxjktBsgrA" feature request closed medium HeuristicLab 3.3.15 Problems.ExternalEvaluation 3.3.13 done