Skip to content
Snippets Groups Projects
Commit 15e5b2e1 authored by Philipp Frank's avatar Philipp Frank
Browse files

more time

parent 25c2c1f5
Branches
Tags
No related merge requests found
Pipeline #147727 passed
......@@ -36,7 +36,7 @@ def main():
dom = ift.UnstructuredDomain(1)
n_samples = 20
show_geo = True
show_geo = False
scale = 10.
def transformation(x,y):
......@@ -185,7 +185,7 @@ def main():
axs[1].set_xlabel('x')
fig.tight_layout()
plt.draw()
plt.pause(2. if not start else 5.)
plt.pause(2. if not start else 10.)
minimizer = ift.NewtonCG(
......@@ -194,7 +194,7 @@ def main():
posgeo = ift.full(ham.domain, -5.)
for ii in range(30):
if ii % 3 == 0:
if ii % 4 == 0:
# Resample GeoVI and MGVI
mgkl = ift.SampledKLEnergy(posmg, ham, n_samples, None, True)
mini_samp = ift.NewtonCG(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment