forked from devilmaycry812839668/NSGA2_Vector
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathx.py
3 lines (3 loc) · 1.9 KB
/
x.py
1
2
3
x=[[5.0, 9999.806322556487, 9999.335833563377], [11.0, 9999.022429388056, 9999.947938180361], [12.0, 9999.928228691217, 9999.154852363936], [15.0, 9999.25955159677, 9999.7790771509], [18.0, 9999.126077032262, 9999.854479231793], [19.0, 9999.222176004823, 9999.830485994842], [21.0, 9999.83715383445, 9999.30830718814], [26.0, 9999.26670433433, 9999.770845002182], [42.0, 9999.503424974231, 9999.635102208798], [51.0, 9999.950824442423, 9999.099335208204], [55.0, 9999.789311050452, 9999.362672937545], [59.0, 9999.575431984655, 9999.573950817216], [62.0, 9999.34674574502, 9999.746248191348], [63.0, 9999.361929348106, 9999.730278230443], [70.0, 9999.751932494328, 9999.382148280081], [74.0, 9999.373512597655, 9999.708863156991], [80.0, 9999.890567426575, 9999.216933295114], [90.0, 9999.467854169337, 9999.656968887948], [95.0, 9999.746666725132, 9999.415071917165], [102.0, 9999.846499006904, 9999.262851143925], [107.0, 9999.538529769563, 9999.597915448707], [109.0, 9999.474259534338, 9999.653985840423], [111.0, 9999.449018865222, 9999.68153247921], [112.0, 9999.999822265518, 9998.876879555575], [113.0, 9999.97250917495, 9999.061135899927], [114.0, 9999.49519549292, 9999.649591985588], [116.0, 9999.995673744308, 9998.949811250359], [127.0, 9999.765295998994, 9999.376858275518], [131.0, 9999.242289632528, 9999.804955605467], [139.0, 9999.380093674303, 9999.703411225999], [145.0, 9999.70166829406, 9999.479132950266], [152.0, 9999.969165376104, 9999.082795279677], [155.0, 9999.636674094316, 9999.499971599806], [156.0, 9999.094487296195, 9999.904407263592], [163.0, 9999.876713663916, 9999.234125879135], [169.0, 9999.311645580321, 9999.757629703143], [171.0, 9999.939851088777, 9999.138752310484], [172.0, 9999.429081487531, 9999.692359801264], [181.0, 9999.98750270855, 9998.963900672816], [188.0, 9999.887543676432, 9999.227248700166], [196.0, 9999.752221224042, 9999.380921260894]]
for k in x:
print 10000-k[1], 10000-k[2]