Skip to content

Instantly share code, notes, and snippets.

@azarnyx
Created July 28, 2019 17:30
Show Gist options
  • Save azarnyx/1104a3e605aab7221401f222b6a08650 to your computer and use it in GitHub Desktop.
Save azarnyx/1104a3e605aab7221401f222b6a08650 to your computer and use it in GitHub Desktop.
sep_sol = [i*j for i,j in itertools.product(sol1.x, sol2.x)]
mse = np.sqrt(np.mean((sol_common.x-sep_sol)**2))
print("Difference:", mse)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment