|
From: David R. <dav...@nt...> - 2008-05-18 14:00:14
|
Hi, I am new to CILib and am looking to call it from existing code (C#). In my code I have the search domain (minmax values) already configured in a collection (which includes some other parameters). Looking at the readme on using cilib in code it doesn't seem clear how the user can / should specify the search space. Some clarification on how I should approach passing my search space to the algorithm will be appreciated. Also, will CILib bark if, in my custom OptimizationProblem, I leave the dataset empty? As I plan to implement this, my fitness function will understand the data domain and feedback to the algorithm based on it's search of the parameter space. The way CILib seems to be written it expects the user to pass the test data into it. Any help / guidance offered will be warmly appreciated. Regards, David |