Fj |
Value (Fj) |
pj |
Value (pj) |
F1 |
2400 |
p1 |
0.0003 |
F2 |
2500 |
p2 |
0.0022 |
F3 |
1500 |
p3 |
0.0129 |
Correctors-
|
|
Fj |
||
Ci |
Value (Ci) |
F1 |
F2 |
F3 |
C1 |
1600 |
0.6 |
0 |
0 |
C2 |
1500 |
0.65 |
0.65 |
0 |
C3 |
1500 |
1 |
1 |
1 |
C4 |
2000 |
1 |
0 |
1 |
C5 |
1500 |
0 |
0.6 |
0 |
Green color denotes: |
w_ij |
Unknown xij, to be solved through optimization:
F1 |
F2 |
F3 |
|
C1 |
x11 |
x12 |
x13 |
C2 |
x21 |
x22 |
x23 |
C3 |
x31 |
x32 |
x33 |
C4 |
x41 |
x42 |
x43 |
C5 |
x51 |
x52 |
x53 |
With kind regards,
Geoffrey De Smet
Hi,I have been tasked to explore open source Optimization APIs.I am exploring Opta Planner but i have not found any practical example solving the below kind of problem.I have explored JOM ( Java Optimization Modeler) but have to give up due to lack of documentation and proper examples and support communities.Trying to explore Opta Planner. Any inputs will be appreciated. Thanks in advance.I have to solve the below objective function. Is this kind of multidimensional optimization possible in Opta Planner. Any examples i can refer to in the documentation >
Unknown xij, to be solved through optimization:
F1
F2
F3
C1
x11
x12
x13
C2
x21
x22
x23
C3
x31
x32
x33
C4
x41
x42
x43
C5
x51
x52
x53
--
You received this message because you are subscribed to the Google Groups "OptaPlanner development" group.
To unsubscribe from this group and stop receiving emails from it, send an email to optaplanner-d...@googlegroups.com.
To post to this group, send email to optapla...@googlegroups.com.
Visit this group at https://groups.google.com/group/optaplanner-dev.
For more options, visit https://groups.google.com/d/optout.
...
Hi Geoffrey,Thanks much. I will refer to the example you mentioned. My problem is similar to the video link you posted.F in my problem stands for Facilities ( Loan Types) and C is the Collateral Amount alocated against each facility.
I need to find the optimal Collateral Allocation such that the bank loss ( calculated as per the Objective function) is minimum.
Is there any code walkthrough/tutorial for the investment portfolio example?
With kind regards,
Geoffrey De Smet
--
...
...
With kind regards,
Geoffrey De Smet
Hi Geoffrey,I am kind of stuck using the OptaPlanner.I refer to the Investment Allocation example and compare it to the Cloud Balance example-
1. In the Investment Allocation example, i do not see where solver.solve(unsolvedAllocation...) method is called and also do not see where and how the unsolved investment is created.
2. Also i see that in this example has only 1 dimensional variable "Quantity" while In my problem i have three variable like Quantity1, Quantity2 and Quantity3 to be spread across multiple investments. To solve my problem using OptaPlanner is possible? Any hints on this.
--
...