etheban
etheban
We should add the field 'unit' to all the input objects. Then when can add a method in Model to validate the input. We can use the DimVar class provided...
All tutorials and unit test related to the Workers are working.
Tutorials optimisation do not work. Evaluate methods of ObjectiveFunction and Constraint should work at least like the other workers. TableOutput=evaluate(workerObject,TableInput); If you need another function add it but the behaviour...
what is the benefit of instantiating an object using a method and not the constructor? instead of P = LognormalRandomVariable.fromMeanAndStd('mean', 5000, 'std', 400, 'Description', 'Load'); we should have P =...
Since the "container" objects using are constructed without passing meaningful properties why don't we create a method to construct the Input as following Xinput = Input.fromObjects(L,b,Xrvset,I,maxDisplacement);