On Wednesday, 18 November 2015 09:16:30 UTC-5, Sisyphuss wrote: > > > > On Wednesday, November 18, 2015 at 2:53:02 PM UTC+1, Christoph Ortner > wrote: >> >> Not quite answering your question, but here is how I like to do this: >> >> abstract ObjectiveFunction >> type MyOF <: ObjectiveFunction >> params >> end >> >> function evaluate(f::ObjectiveFunction, x) >> . .. >> end >> >> Here, I think it should be `evaluate(f::MyOF,x)` >
yes - sorry.
