fushucun

Results 6 comments of fushucun

I use class(AbstractIntegerDoubleProblem) but it has not evaluate method...

At the same time, how to ensure that each decision variable has different values? Thank you!

Thank you ! and how to ensure that each decision variable has different values?

Thanks ! ^_^ What you mean is: a small amount of running results do not always get the solution I want(that subject to the constraint), I need to run the...

I do not understand: "0 < V" ? my code: constraint[0] = 80/1000 - app1_ddl(con_app1_t12); //Time constraint[1] = 50/1000 - app2_ddl(con_app2_t12); constraint[2] = 80/1000 - app3_ddl(con_app3_t12); double overallConstraintViolation = 0.0;...

Thank you ! I found this point("expression >=0.0") yesterday and have solved this problem.