System Information
Application Version: RapidMiner Studio 6.1.000 Professional Plus Edition
Machine: MacBook Pro, Retina, 15-inch, Early 2013
Operating System: OS X 10.9.5 (13F34)
Problem
I made two identical processes, with the only difference that one uses the "Optimize Parameters (Grid)" operator, while the other uses the "Optimize Parameters (Evolutionary)" operator instead.
The first one runs correctly, but the second one fails in the "Write Model" operator with the error message "no data was delivered at port".
To be sure, I grepped the two .rmp files for <connect .../> and confirmed that the connections are identical between the two processes.
By the way, I've seen the hint to disable "Parallelize main process" in another forum post that was apparently about the same problem.
But I couldn't find that option anywhere in RM or the documentation. Maybe it's suppressed in my installation.
Here's a zip file containing the processes and data for reproducing the problem:
http://gert-rieger-edv.de/RM_Problem_01/RM_Problem_01_data.zipAnd here's a detailed description with screenshots:
http://gert-rieger-edv.de/RM_Problem_01