Created
February 24, 2016 12:50
-
-
Save ge0ffrey/89e9760e991162c0f818 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "type" : "SUCCESS", | |
| "msg" : "Best computed solution for 'cloudsolver' successfully retrieved from container 'cloudbalance'", | |
| "result" : { | |
| "solver-instance" : { | |
| "status" : "NOT_SOLVING", | |
| "score" : { // This is null | |
| "org.optaplanner.core.api.score.buildin.hardsoft.HardSoftScore":{ | |
| "hardScore" : 0, | |
| "softScore" : 0, | |
| "feasible" : true | |
| }}, | |
| "container-id" : "cloudbalance", | |
| "solver-id" : "cloudsolver", | |
| "solver-config-file" : "META-INF/cloudbalance-solver.xml", | |
| "best-solution" : {"org.kie.server.testing.CloudBalance":{"id":0,"computerList":{"java.util.ArrayList":[{"org.kie.server.testing.CloudComputer":{"id":null,"cpuPower":0,"memory":0,"networkBandwidth":0,"cost":0,"multiplicand":0}}]},"processList":{"java.util.ArrayList":[{"org.kie.server.testing.CloudProcess":{"id":null,"requiredCpuPower":0,"requiredMemory":0,"requiredNetworkBandwidth":0,"computer":{"org.kie.server.testing.CloudComputer":{"id":null,"cpuPower":0,"memory":0,"networkBandwidth":0,"cost":0,"multiplicand":0}},"requiredMultiplicand":0,"label":"Process null"}}]},"score":{"hardScore":0,"softScore":0,"feasible":true},"problemFacts":{"java.util.ArrayList":[{"org.kie.server.testing.CloudComputer":{"id":null,"cpuPower":0,"memory":0,"networkBandwidth":0,"cost":0,"multiplicand":0}}]}}} | |
| } | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment