Skip to content

Instantly share code, notes, and snippets.

@Niranjankumar-c
Created April 21, 2019 12:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Niranjankumar-c/d639a70e0be5b151390410010da579a4 to your computer and use it in GitHub Desktop.
Save Niranjankumar-c/d639a70e0be5b151390410010da579a4 to your computer and use it in GitHub Desktop.
Imports required for implementing optimization techniques
from mpl_toolkits.mplot3d import Axes3D
import matplotlib.pyplot as plt
from matplotlib import cm
import matplotlib.colors
from matplotlib import animation, rc
from IPython.display import HTML
import numpy as np
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment