Commit History

Updated line 74 with: st.image("UAV Genetic Algorithm Pair of Gaussians Model 3.jpeg", caption='UAV Genetic Algorithm Pair of Gaussians Model 三')
ef3e6f6
verified

TroglodyteDerivations commited on

Updated line 74 with: st.image("UAV Genetic Algortihm Pair of Gaussians Model 3.jpeg", caption='UAV Genetic Algorithm Pair of Gaussians Model 三')
b7813c3
verified

TroglodyteDerivations commited on

Upload UAV Genetic Algorithm Pair of Gaussians Model 6.jpeg
daa58dc
verified

TroglodyteDerivations commited on

Updated lines 68,71,74,77,80,83 with: st.image("UAV Genetic Algorithm Pair of Gaussians Model 1.jpeg", caption='UAV Genetic Algorithm Pair of Gaussians Model 一’) | st.image("UAV Genetic Algorithm Pair of Gaussians Model 2.jpeg", caption='UAV Genetic Algorithm Pair of Gaussians Model 二’) | st.image("UAV Genetic Algorithm Pair of Gaussians Model 3.jpeg", caption='UAV Genetic Algorithm Pair of Gaussians Model 三’) | st.image("UAV Genetic Algorithm Pair of Gaussians Model 4.jpeg", caption='UAV Genetic Algorithm Pair of Gaussians Model 四’) | st.image("UAV Genetic Algorithm Pair of Gaussians Model 5.jpeg", caption='UAV Genetic Algorithm Pair of Gaussians Model 五’) | st.image("UAV Genetic Algorithm Pair of Gaussians Model 6.jpeg", caption='UAV Genetic Algorithm Pair of Gaussians Model 六')
dd73498
verified

TroglodyteDerivations commited on

Upload UAV Genetic Algorithm Pair of Gaussians Model 5.jpeg
a5c7308
verified

TroglodyteDerivations commited on

Upload UAV Genetic Algorithm Pair of Gaussians Model 4.jpeg
99f1d18
verified

TroglodyteDerivations commited on

Upload UAV Genetic Algorithm Pair of Gaussians Model 4.jpeg
1631273
verified

TroglodyteDerivations commited on

Upload UAV Genetic Algortihm Pair of Gaussians Model 3.jpeg
6750724
verified

TroglodyteDerivations commited on

Upload UAV Genetic Algorithm Pair of Gaussians Model 2.jpeg
0587cea
verified

TroglodyteDerivations commited on

Upload UAV Genetic Algorithm Pair of Gaussians Model 1.jpeg
e481d3b
verified

TroglodyteDerivations commited on

Updated lines 44-51 with: [hashtag notation] # Dropdown menus for z1 and z2 # Select the Objective Function values for 1-6: # (1. z1 = -25.6815, z2 = 80.1868) # (2. z1 = -25.7743, z2 = 80.1937) # (3. z1 = -25.762, z2 = 80.18) # (4. z1 = -25.76815, z2 = 80.1868) # (5. z1 = -25.7743, z2 = 80.18) # (6. z1 = -25.762, z2 = 80.1937)
2edc836
verified

TroglodyteDerivations commited on

Updated lines 73-82 with: # Nascent target pattern [Flying in the shape of an X-Pattern] # Multiply across the (lat, lon) by -1 and yield original target_pattern forming the X-Shape Pattern #target_pattern = np.array([ # [25.76815, -80.1868], # [25.7743, -80.1937], # [25.762, -80.18], # [25.76815, -80.1868], # [25.7743, -80.18], # [25.762, -80.1937] #])
cb870e0
verified

TroglodyteDerivations commited on

Updated lines 60,62,64,66,68,70 with: st.image("Objective Function 1.png", caption='Objective Function 一’) | st.image("Objective Function 2.png", caption='Objective Function 二’) | st.image("Objective Function 3.png", caption='Objective Function 三’) | st.image("Objective Function 4.png", caption='Objective Function 四’) | st.image("Objective Function 5.png", caption='Objective Function 五’) | st.image("Objective Function 6.png", caption='Objective Function 六')
9bd2442
verified

TroglodyteDerivations commited on

Updated with: 一 二 三 四 五 六
42e2ebc
verified

TroglodyteDerivations commited on

Updated lines 6-7 with: term1 = -25.76815 * np.exp(-0.5 * ((z1 + 25.76815)**2 / 0.1 + (z2 - 80.1868)**2 / 0.1)) term2 = 80.186800026458 * np.exp(-0.5 * ((z1 - 25.76815)**2 / 0.2 + (z2 + 80.1868)**2 / 0.2))
dc253ad
verified

TroglodyteDerivations commited on