diff --git a/2_Ackley_META.ipynb b/2_Ackley_META.ipynb index 8633119..e7acf28 100644 --- a/2_Ackley_META.ipynb +++ b/2_Ackley_META.ipynb @@ -7,16 +7,6 @@ "### Minimization of the 2D Ackley function with EvoMiP" ] }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [ - "import sys\n", - "!{sys.executable} -m pip install git+https://github.com/dr4kan/EvoMiP.git#egg=evomip" - ] - }, { "cell_type": "code", "execution_count": 32,