Multi Objective Optimization with constraints

69 views
Skip to first unread message

prav...@gmail.com

unread,
Sep 24, 2018, 7:57:55 AM9/24/18
to Inspyred
Hi... I am new to inspyred library. I am trying to use it to solve a bi-objective optimization problem with non-linear constraints. It seems to be a straight forward problem. However, I am not able to find any example where multi objective optimization problem has been solved(other than benchmarks). I would really appreciate if such an example can be shared.

Thanks
Pravesh

Aaron Garrett

unread,
Sep 24, 2018, 7:09:34 PM9/24/18
to insp...@googlegroups.com
Can you describe for me your specific problem? If you can, I might be able to do better than just give an example.

--
You received this message because you are subscribed to the Google Groups "Inspyred" group.
To unsubscribe from this group and stop receiving emails from it, send an email to inspyred+u...@googlegroups.com.
To post to this group, send email to insp...@googlegroups.com.
Visit this group at https://groups.google.com/group/inspyred.
For more options, visit https://groups.google.com/d/optout.
--
Aaron Garrett, Ph.D.
Assistant Professor
Computer Science
Wofford College
429 North Church Street
Spartanburg, SC 29303

prav...@gmail.com

unread,
Sep 25, 2018, 2:21:44 AM9/25/18
to Inspyred
Hi Professor,
Thanks for your response.
I want to solve the following
Minimize (z1 = x1, z2 = x2)
Subject to
x1**2 + x2**2 - 1 >= 0
(x1-0.5)**2 + (x2-0.5)**2 <= 0.5
0 <= x1, x2 <= 3.14

I know it's really a very basic problem. However as I told, I couldn't get any reference to implement multi objective optimization problem(other than benchamrk problems) using inspyred library and I am very new to this library. So even a template case would help.

Aaron Garrett

unread,
Sep 25, 2018, 8:19:52 AM9/25/18
to insp...@googlegroups.com
OK. Try this as a start: https://repl.it/@agarrett/InspyredForumPost25Sep2018

It seems like you're going to have a lot of nondominated solutions for that problem, so I'm not sure what other criteria your decision maker will be using to find the actual "optimal" solution.

prav...@gmail.com

unread,
Sep 26, 2018, 8:36:36 AM9/26/18
to Inspyred
Thank you so much for the code. Really appreciate this.
Pravesh
Reply all
Reply to author
Forward
0 new messages